TestOutput

@VisibleForTesting(otherwise = 3)
class TestOutput

Stores information about a Component which is only available when tests are run. TestOutputs are calculated in LayoutState and transformed into TestItems while mounting.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun setBounds(left: Int, top: Int, right: Int, bottom: Int)