| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in tests: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> ObjectArraySubject<T> | 
Truth.assertThat(T[] actual)  | 
<T> ObjectArraySubject<T> | 
StandardSubjectBuilder.that(T[] actual)  | 
Copyright © 2019. All rights reserved.