@CheckReturnValue @ParametersAreNonnullByDefault
See: Description
Class | Description |
---|---|
Assertions |
Convenience assertions accompanying
Assertions ,
Truth , and Truth8 . |
ClassTest<C> |
Abstract base for test suites that test a class (e.g.
|
Correspondences |
A factory of
Correspondence s for constructing fluent assertions for collection elements. |
DisplayNames |
A storage for the common JUnit 5 test
display names.
|
ReflectiveBuilder<T> |
The abstract base for test object builders.
|
SingletonTest<S> |
Abstract base for testing classes that implement a singleton pattern.
|
SubjectTest<S extends com.google.common.truth.Subject,T> |
An abstract base for custom
Subject test suites. |
TempDir |
Utilities for creating temporary directories.
|
Tests |
Utilities for testing.
|
TestValues |
Utility factories for test values.
|
UtilityClassTest<C> |
Abstract base for test suites testing utility classes.
|
Annotation Type | Description |
---|---|
SlowTest |
Marks tests which are known to be slow and should not normally be run together with the main test
suite.
|