Modifier and Type | Class and Description |
---|---|
class |
Expect |
Modifier and Type | Method and Description |
---|---|
static TestVerb |
Truth.assert_() |
static TestVerb |
Truth.assertWithMessage(String messageToPrepend)
Returns a
TestVerb that will prepend the given message to the failure message in
the event of a test failure. |
static TestVerb |
Truth.assertWithMessage(String format,
Object... args)
Returns a
TestVerb that will prepend the formatted message using the specified
arguments to the failure message in the event of a test failure. |
static TestVerb |
TruthJUnit.assume() |
protected TestVerb |
Subject.check()
A convenience for implementers of
Subject subclasses to use other truth
Subject wrappers within their own propositional logic. |
TestVerb |
TestVerb.withFailureMessage(String failureMessage) |
TestVerb |
TestVerb.withFailureMessage(String format,
Object... args)
Returns a
TestVerb that will prepend the formatted message using the specified
arguments to the failure message in the event of a test failure. |
Copyright © 2015. All Rights Reserved.