AbstractWidgetChildrenTest

abstract class AbstractWidgetChildrenTest<W : Any>

A set of conformance tests for Widget.Children implementations.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val children: Widget.Children<W>

The Widget.Children test subject.

Functions

Link copied to clipboard
abstract fun names(): List<String>

Return the ordered list of names for the widgets currently attached to children.

Link copied to clipboard
abstract fun widget(name: String): W

Create a new widget with the given name. This may be attached to children, and the name will need to be returned from names if so.