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

robotframework-2.7.7.atest.testresources.testlibs.MandatoryArgs Maven / Gradle / Ivy

The newest version!
public class MandatoryArgs {
    private String args;

    public MandatoryArgs(Object mandatory1, Object mandatory2) {
	args = mandatory1 + " & " +  mandatory2;
    }

    public String getArgs() {
	return args;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy