TestBlock.getCallback

Get callback of block for run expression

class TestBlock
final
TestCallback
getCallback
(
)

Return Value

return callback delegate TestCallback of test code block

Examples

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

Meta