|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.Ensure
public class Ensure
Collection of static utility ensure methods that use Hamcrest matchers
| Constructor Summary | |
|---|---|
Ensure()
|
|
| 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 Ensure()
| 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 | |||||||||