EndToEndTestingExtensionInput

interface EndToEndTestingExtensionInput : MountDelegateInput

Inheritors

Properties

Link copied to clipboard
abstract val testOutputCount: Int

Functions

Link copied to clipboard
abstract override fun getMountableOutputAt(position: Int): RenderTreeNode
Link copied to clipboard
abstract override fun getMountableOutputCount(): Int
Link copied to clipboard
abstract override fun getPositionForId(id: Long): Int
Link copied to clipboard
abstract fun getTestOutputAt(position: Int): TestOutput?