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 | Method and Description |
---|---|
static SortedSetSubject |
Truth.assertThat(SortedSet<?> target) |
SortedSetSubject |
SortedSetSubject.named(String format,
Object... args) |
SortedSetSubject |
TestVerb.that(SortedSet<?> target)
Deprecated.
|
SortedSetSubject |
StandardSubjectBuilder.that(SortedSet<?> target) |
Copyright © 2017. All rights reserved.