| Package | Description |
|---|---|
| com.google.common.truth |
Truth is a library for performing assertions in
tests:
|
| Modifier and Type | Method and Description |
|---|---|
static TruthFailureSubject |
ExpectFailure.assertThat(AssertionError actual)
Creates a subject for asserting about the given
AssertionError, usually one produced by
Truth. |
| Modifier and Type | Method and Description |
|---|---|
static Subject.Factory<TruthFailureSubject,AssertionError> |
TruthFailureSubject.truthFailures()
Factory for creating
TruthFailureSubject instances. |
Copyright © 2020. All rights reserved.