
samples.powermockito.junit4.bugs.github510.ClassUsesInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powermock-module-test-mockito-junit4-java8-agent Show documentation
Show all versions of powermock-module-test-mockito-junit4-java8-agent Show documentation
Tests for Mockito module with JUnit 4.x Agent. and Java8.
package samples.powermockito.junit4.bugs.github510;
/**
*
*/
public class ClassUsesInterface {
public String saySomething(){
return InterfaceWithStatic.sayHello();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy