All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.gherkin.model.Asterisk Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.gherkin.model;

import java.io.Serializable;

public class Asterisk 
	implements IGherkinFormatterModel, Serializable {

	private static final long serialVersionUID = 7251419811428200133L;
	private static final String VALUE = "*";
	
	public static String getGherkinName() {
		return VALUE;
	}
	
	@Override
	public String toString() {
		return getGherkinName();
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy