ScenarioBlock.this

Constructor

class ScenarioBlock
this
(
TestCallback callback
,
string name
,
string[] tags
)

Parameters

callback

Lazy expression for run block.

name
Type: string

Name of block.

tags
Type: string[]

string array of tags scenario.

Examples

auto block = new ScenarioBlock({}, "Test", ["test"]);

Meta