b485c7ae26
BoxWithJava tests now by default are loaded with the classloader which has test's classpath in itself, as in the former ClassPathInTheSameClassLoaderTest
7 lines
105 B
Java
7 lines
105 B
Java
public class funClassObject {
|
|
|
|
protected static String protectedFun() {
|
|
return "OK";
|
|
}
|
|
}
|