NameSpecCapable

interface NameSpecCapable

Interface for specifying names in test specifications.

Implementations of this interface allow setting descriptive names for test elements, which can be used for better test organization and reporting.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

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

Sets the name for this test element.