toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
EndToEndTestingExtension
/
EndToEndTestingExtensionInput
End
To
End
Testing
Extension
Input
interface
EndToEndTestingExtensionInput
:
MountDelegateInput
Inheritors
LayoutState
Members
Properties
test
Output
Count
Link copied to clipboard
abstract
val
testOutputCount
:
Int
Functions
get
Mountable
Output
At
Link copied to clipboard
abstract
override
fun
getMountableOutputAt
(
position
:
Int
)
:
RenderTreeNode
get
Mountable
Output
Count
Link copied to clipboard
abstract
override
fun
getMountableOutputCount
(
)
:
Int
get
Position
For
Id
Link copied to clipboard
abstract
override
fun
getPositionForId
(
id
:
Long
)
:
Int
get
Test
Output
At
Link copied to clipboard
abstract
fun
getTestOutputAt
(
position
:
Int
)
:
TestOutput
?