Package-level declarations

Types

Link copied to clipboard
Tests if the argument is a string that contains a substring.
Link copied to clipboard
class ComponentAssert : AbstractAssert<SELF, ACTUAL>
Assertion methods for Components.
Link copied to clipboard
Various helpers to match against InspectableComponents.
Link copied to clipboard
open class Conditions
Link copied to clipboard
open class ErrorMessage
Utility class for error messages related to the testing api assertions
Link copied to clipboard
open class HamcrestCondition<T> : Condition<T>
Wraps a Hamcrest < in an AssertJ Condition.
Link copied to clipboard
Link copied to clipboard
open class LithoAssertions
Common entry point for Litho assertions.
Link copied to clipboard
open class LithoRepresentation : StandardRepresentation
Inheritance sucks.
Link copied to clipboard
class LithoViewAssert : AbstractAssert<LithoViewAssert, LithoView>

Assertion methods for LithoViews.

Link copied to clipboard
class LithoViewSubComponentDeepExtractor : Extractor<F, T>
Recursively extracts sub components from a LithoView holding one or more Components, wrapping them in an InspectableComponent.
Link copied to clipboard
open class LithoViewSubComponentExtractor : Extractor<F, T>
Link copied to clipboard
open class StateValueAssert<T> : AbstractAssert<SELF, ACTUAL>
Assertion methods for <.
Link copied to clipboard
abstract class SubCharSequenceMatcher : TypeSafeMatcher<T>
An implementation like SubstringMatcher but generalized to CharSequence instead of CharSequence.
Link copied to clipboard
class SubComponentDeepExtractor : Extractor<F, T>
An extractor to be used with assertThat.
Link copied to clipboard
open class SubComponentExtractor : Extractor<F, T>
An extractor to be used with assertThat.
Link copied to clipboard
class TestCollectionAssert(testCollection: TestCollection) : AbstractAssert<TestCollectionAssert, TestCollection>
Link copied to clipboard