BDDTestRunner.this

Constructor

class BDDTestRunner(T)
this

Parameters

reporter

Provide reporting test.

Examples

auto reporter = new ConsoleReporter();
auto runner = new BDDTestRunner!(reporter);

Meta