litho-testing
0.47.0
litho-testing
/
com.facebook.litho.testing.assertj
/
LithoViewAssert
/
doesNotContainDirectComponents
does
Not
Contain
Direct
Components
open
fun
doesNotContainDirectComponents
(
kClazzes
:
Array
<
KClass
<
out
Component
>
>
)
:
LithoViewAssert
open
fun
doesNotContainDirectComponents
(
clazzes
:
Array
<
Class
<
out
Component
>
>
)
:
LithoViewAssert
Assert that the LithoView does not have a direct component of type clazz