| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in tests: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<S extends Subject,A> | 
StandardSubjectBuilder.about(Subject.Factory<S,A> factory)
Given a factory for some  
Subject class, returns a builder whose that(actual)
 method creates instances of that class. | 
static <S extends Subject,T> | 
Truth.assertAbout(Subject.Factory<S,T> factory)
Given a factory for some  
Subject class, returns a builder whose that(actual)
 method creates instances of that class. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExpectFailure.SimpleSubjectBuilderCallback.invokeAssertion(SimpleSubjectBuilder<S,A> whenTesting)  | 
Copyright © 2019. All rights reserved.