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.
|
Modifier and Type | Method and Description |
---|---|
<CustomSubjectBuilderT extends CustomSubjectBuilder> |
StandardSubjectBuilder.about(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory) |
static <CustomSubjectBuilderT extends CustomSubjectBuilder> |
Truth.assertAbout(CustomSubjectBuilder.Factory<CustomSubjectBuilderT> factory)
A generic, advanced method of extension of Truth to new types, which is documented on
CustomSubjectBuilder . |
Copyright © 2017. All rights reserved.