LithoAssertions

open class LithoAssertions

Common entry point for Litho assertions.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class LithoComponentAssert : AbstractAssert<SELF, ACTUAL>
TODO: T106084343 deprecate currently existing usage of Component assert.

Functions

Link copied to clipboard
open fun assertThat(lithoView: LithoView): LithoViewAssert
open fun assertThat(testLithoView: TestLithoView): LithoViewAssert
open fun assertThat(componentsList: List<Component>): ListAssert<Component>