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