|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.experimental.results.ResultMatchers
public class ResultMatchers
Constructor Summary | |
---|---|
ResultMatchers()
|
Method Summary | |
---|---|
static org.hamcrest.Matcher<PrintableResult> |
failureCountIs(int count)
|
static org.hamcrest.Matcher<java.lang.Object> |
hasSingleFailureContaining(java.lang.String string)
|
static org.hamcrest.Matcher<PrintableResult> |
isSuccessful()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultMatchers()
Method Detail |
---|
public static org.hamcrest.Matcher<PrintableResult> isSuccessful()
public static org.hamcrest.Matcher<PrintableResult> failureCountIs(int count)
public static org.hamcrest.Matcher<java.lang.Object> hasSingleFailureContaining(java.lang.String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |