toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
LegacyLithoAssertions
Legacy
Litho
Assertions
open
class
LegacyLithoAssertions
Deprecated
Deprecated
Use
LithoAssertions
which provides entry points to all Litho AssertJ helpers.
Members
Constructors
Legacy
Litho
Assertions
Link copied to clipboard
constructor
(
)
Functions
assert
That
Link copied to clipboard
@
CheckReturnValue
open
fun
assertThat
(
builder
:
Component.Builder
<
out
Any
>
)
:
ComponentAssert
@
CheckReturnValue
open
fun
assertThat
(
lithoView
:
LithoView
)
:
LithoViewAssert
@
CheckReturnValue
open
fun
<
T
>
assertThat
(
stateValue
:
StateValue
<
T
>
)
:
StateValueAssert
<
T
>
@
CheckReturnValue
open
fun
assertThat
(
c
:
ComponentContext
,
component
:
Component
)
:
ComponentAssert