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

org.junit.contrib.java.lang.system.Assertion Maven / Gradle / Ivy

package org.junit.contrib.java.lang.system;

/**
 * An {@code Assertion} encapsulates the code of an assertion into an object.
 */
public interface Assertion {
	void checkAssertion() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy