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

org.powermock.hamcrest.HamcrestExample Maven / Gradle / Ivy

package org.powermock.hamcrest;

/**
 * A very simple class that's used just to assert that PowerMock works together
 * with Hamcrest.
 */
public class HamcrestExample {

	public static String getString() {
		return "hamcrest";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy