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

powermock.examples.partialmocking.EntityManager Maven / Gradle / Ivy

The newest version!
package powermock.examples.partialmocking;

/**
 * Created by Katharina Laube on 08.09.2014.
 */
public class EntityManager {
    public void persist(Status status) {
        // persist status
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy