Class | Description |
---|---|
CharSequenceContains |
Tests if the argument is a string that contains a substring.
|
ComponentAssert | Deprecated
Use
LithoAssertions which provides entry points to all Litho AssertJ helpers. |
ComponentConditions |
Various helpers to match against
InspectableComponent s. |
Conditions | |
ErrorMessage |
Utility class for error messages related to the testing api assertions
|
HamcrestCondition<T> |
Wraps a Hamcrest
Matcher in an AssertJ Condition. |
LegacyLithoAssertions | Deprecated
Use
LithoAssertions which provides entry points to all Litho AssertJ helpers. |
LithoAssertions |
Common entry point for Litho assertions.
|
LithoAssertions.LithoComponentAssert |
TODO: T106084343 deprecate currently existing usage of Component assert.
|
LithoRepresentation |
Inheritance sucks.
|
LithoViewAssert |
Assertion methods for
LithoView s. |
LithoViewAssert.OccurrenceCount | |
LithoViewSubComponentDeepExtractor | Deprecated
Use
LithoViewAssert#containsComponent) instead. |
LithoViewSubComponentExtractor | Deprecated
Use
LithoViewAssert#containsComponent) instead. |
StateValueAssert<T> |
Assertion methods for
StateValue . |
SubCharSequenceMatcher |
An implementation like
SubstringMatcher but generalized to CharSequence instead
of CharSequence . |
SubComponentDeepExtractor | Deprecated
Use
LithoViewAssert#containsComponent) instead. |
SubComponentExtractor | Deprecated
Use
LithoViewAssert#containsComponent) instead. |