Package | Description |
---|---|
com.google.common.truth |
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 |
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) |
Copyright © 2015. All rights reserved.