public static interface EndToEndTestingExtension.EndToEndTestingExtensionInput extends MountDelegateInput
Modifier and Type | Method and Description |
---|---|
RenderTreeNode |
getMountableOutputAt(int position)
Returns the
RenderTreeNode given its absolute position. |
int |
getMountableOutputCount() |
int |
getPositionForId(long id)
Returns the position of
RenderUnit given its id. |
com.facebook.litho.TestOutput |
getTestOutputAt(int position) |
int |
getTestOutputCount() |
int getTestOutputCount()
com.facebook.litho.TestOutput getTestOutputAt(int position)
int getPositionForId(long id)
MountDelegateInput
RenderUnit
given its id.getPositionForId
in interface MountDelegateInput
RenderTreeNode getMountableOutputAt(int position)
MountDelegateInput
RenderTreeNode
given its absolute position.getMountableOutputAt
in interface MountDelegateInput
int getMountableOutputCount()