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.
|
com.google.common.truth.extensions.re2j |
Modifier and Type | Method and Description |
---|---|
<S extends Subject<S,T>,T,SF extends SubjectFactory<S,T>> |
AbstractVerb.about(SF factory)
The recommended method of extension of Truth to new types, which is documented in
com.google.common.truth.delegation.DelegationTest . |
Modifier and Type | Method and Description |
---|---|
static SubjectFactory<OptionalSubject,Optional<?>> |
OptionalSubject.optionals() |
Modifier and Type | Method and Description |
---|---|
static <S extends Subject<S,T>,T> |
Truth.assertAbout(SubjectFactory<S,T> factory)
The recommended method of extension of Truth to new types, which is documented in
com.google.common.truth.delegation.DelegationTest . |
Constructor and Description |
---|
DelegatedVerb(FailureStrategy failureStrategy,
SubjectFactory<S,T> factory) |
Modifier and Type | Method and Description |
---|---|
static SubjectFactory<Re2jSubjects.Re2jStringSubject,String> |
Re2jSubjects.re2jString()
Returns a subject factory for
String subjects which you can use to assert things about
Pattern regexes. |
Copyright © 2016. All rights reserved.