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

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

package com.aventstack.extentreports.gherkin.model;

import java.io.Serializable;

public class But implements IGherkinFormatterModel, Serializable {

	private static final long serialVersionUID = 3420514631996827220L;
	private static final String VALUE = "But";

	public static String getGherkinName() {
		return VALUE;
	}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy