robotframework-2.7.7.utest.utils.ImportByPath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
public class ImportByPath {
public static int attr = 42;
public static int func() {
return attr;
}
}