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.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Method and Description |
---|---|
static IntegerSubject |
Truth.assertThat(Integer actual) |
IntegerSubject |
OptionalIntSubject.hasValueThat()
Prepares for a check regarding the value contained within the
OptionalInt . |
IntegerSubject |
StandardSubjectBuilder.that(Integer actual) |
Modifier and Type | Method and Description |
---|---|
IntegerSubject |
LiteProtoSubject.serializedSize()
Returns an
IntegerSubject on the serialized size of the MessageLite. |
Copyright © 2018. All rights reserved.