![]() |
Zen
A cross-platform functional programming language
|
Test closure. More...
Public Member Functions | |
| _C_test (const z::string &name) | |
| Default constructor /. | |
Public Attributes | |
| const z::string & | _name |
| Test name. | |
Private Member Functions | |
| virtual zbl::Runner & | getRunner () |
| Return the runner. | |
| virtual zbl::Closure::Action::T | runClosureWithCtx (zbl::RunContext &_ctx) |
| Run the closure. | |
Private Attributes | |
| zbl::Linker | _runner |
| The runner for the test. | |
Test closure.
| virtual zbl::Runner& getRunner | ( | ) | [inline, private, virtual] |
| virtual zbl::Closure::Action::T runClosureWithCtx | ( | zbl::RunContext & | _ctx | ) | [inline, private, virtual] |
Run the closure.
| _ctx | The RunContext for this invocation |
Implements Closure.