name

open override fun name(name: String)

Sets the name for this test scenario.

The name will be included in the dynamic test container's display name to help identify and organize test scenarios.

Parameters

name

The descriptive name for the test scenario.


open override var name: String