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

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

The newest version!
public class OverrideGetName {

    // Overrides the default getName class method, which causes TypeError 
    // when OverrideGetName.getName() is called on Jython.
    public String getName() {
	return "xxx";
    }

    public void doNothing() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy