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

com.aventstack.extentreports.gherkin.model.And 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 And implements IGherkinFormatterModel, Serializable {
    private static final long serialVersionUID = 8543289653944756660L;
    private static final String VALUE = "And";

    public static String getGherkinName() {
        return VALUE;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy