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

samples.powermockito.junit4.bugs.github510.ClassUsesInterface Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package samples.powermockito.junit4.bugs.github510;

/**
 *
 */
public class ClassUsesInterface {

    public String saySomething(){
        return InterfaceWithStatic.sayHello();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy