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

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

package com.aventstack.extentreports.gherkin.model;

import java.io.Serializable;

public class When 
	implements IGherkinFormatterModel, Serializable {

	private static final long serialVersionUID = 8337259741948416898L;

	public static String getGherkinName() {
		return "When";
	}
	
	@Override
	public String toString() {
		return getGherkinName();
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy