org.hamcrest.junit.internal.MismatchAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hamcrest-junit Show documentation
Show all versions of hamcrest-junit Show documentation
Classes to use Hamcrest matchers within JUnit tests
package org.hamcrest.junit.internal;
public interface MismatchAction {
void mismatch(String description);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy