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

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

The newest version!
package samples.powermockito.junit4.bugs.github510;

/**
 *
 */
public class ConstructorObject {
    public String sayHello() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy