TestBlock.getName

Get name of block

class TestBlock
final
string
getName
(
)

Return Value

Type: string

return name string of test code block

Examples

auto block = new TestBlock({}, "Test");
assert(block.getName() == "Test");

Meta