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

smartrics.rest.test.fitnesse.fixture.LetTestSupport Maven / Gradle / Ivy

package smartrics.rest.test.fitnesse.fixture;

/**
 * Created by 702161900 on 03/05/2015.
 */
public class LetTestSupport {

    private String value;

    public void assign(String v) {
        this.value = v;
    }

    public String value() {
        return value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy