
samples.powermockito.junit4.bugs.github510.InterfaceWithStatic 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 Show documentation
Show all versions of powermock-module-test-mockito-junit4-java8 Show documentation
Tests for Mockito module with JUnit 4.x. and Java8.
The newest version!
package samples.powermockito.junit4.bugs.github510;
/**
*
*/
public interface InterfaceWithStatic {
static String sayHello(){
return "What's up?";
}
static String createAndSay(){
return new ConstructorObject().sayHello();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy