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

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

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

import java.io.Serializable;

public class Scenario implements IGherkinFormatterModel, Serializable {

	private static final long serialVersionUID = 7401124129196617280L;
	private static final String VALUE = "Scenario";

	public static String getGherkinName() {
		return VALUE;
	}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy