|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.util.JUnit4Ensure
public class JUnit4Ensure
Collection of static utility ensure methods that use Hamcrest matchers with JUnit 4.
| Constructor Summary | |
|---|---|
JUnit4Ensure()
|
|
| Method Summary | ||
|---|---|---|
static void |
ensureThat(boolean matches)
|
|
static
|
ensureThat(T actual,
org.hamcrest.Matcher<T> matcher)
|
|
static boolean |
not(boolean matches)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnit4Ensure()
| Method Detail |
|---|
public static void ensureThat(boolean matches)
public static <T> void ensureThat(T actual,
org.hamcrest.Matcher<T> matcher)
public static boolean not(boolean matches)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||