Package | Description |
---|---|
com.google.common.truth |
Truth is an open source, fluent testing framework for Java that is designed to make your test
assertions and failure messages more readable.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ExpectFailure.StandardSubjectBuilderCallback
A "functional interface" for
expectFailure() to invoke and capture
failures. |
Modifier and Type | Method and Description |
---|---|
static AssertionError |
ExpectFailure.expectFailure(ExpectFailure.AssertionCallback assertionCallback)
Deprecated.
Switch to the overload
of this method that accepts a
ExpectFailure.StandardSubjectBuilderCallback . |
Copyright © 2017. All rights reserved.