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

com.slickqa.resultsimport.slick.model.SlickStep Maven / Gradle / Ivy

There is a newer version: 1.0.0-3
Show newest version
package com.slickqa.resultsimport.slick.model;

public class SlickStep {
    String step = "";
    String expectation = "";

    public String getStep() {
        return step;
    }

    public void setStep(String step) {
        this.step = step;
    }

    public String getExpectation() {
        return expectation;
    }

    public void setExpectation(String expectation) {
        this.expectation = expectation;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy