Package | Description |
---|---|
com.google.common.truth |
Truth is a library for performing assertions in tests:
|
Modifier and Type | Method and Description |
---|---|
static AtomicLongMapSubject |
Truth.assertThat(AtomicLongMap<?> actual)
Deprecated.
Perform assertions on the
AtomicLongMap.asMap() view. |
AtomicLongMapSubject |
StandardSubjectBuilder.that(AtomicLongMap<?> actual)
Deprecated.
Perform assertions on the
AtomicLongMap.asMap() view. |
Copyright © 2019. All rights reserved.