toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
LithoAssertions
Litho
Assertions
open
class
LithoAssertions
Common entry point for Litho assertions.
Members
Constructors
Litho
Assertions
Link copied to clipboard
constructor
(
)
Types
Litho
Component
Assert
Link copied to clipboard
open
class
LithoComponentAssert
:
AbstractAssert
<
SELF
,
ACTUAL
>
TODO: T106084343 deprecate currently existing usage of Component assert.
Functions
assert
That
Link copied to clipboard
open
fun
assertThat
(
component
:
Component
)
:
LithoAssertions.LithoComponentAssert
open
fun
assertThat
(
lithoView
:
LithoView
)
:
LithoViewAssert
open
fun
assertThat
(
collection
:
TestCollection
)
:
TestCollectionAssert
open
fun
assertThat
(
collectionItem
:
TestCollectionItem
)
:
TestCollectionItemAssert
open
fun
assertThat
(
testLithoView
:
TestLithoView
)
:
LithoViewAssert
open
fun
assertThat
(
componentsList
:
List
<
Component
>
)
:
ListAssert
<
Component
>