class Spec2::HighRunner
- Spec2::HighRunner
- Reference
- Object
Defined in:
high_runner.crConstructors
Instance Method Summary
- #configure_order(order : Order::Factory)
- #configure_output(output : Output::Factory)
- #configure_reporter(reporter : Reporter::Factory)
- #configure_runner(runner : Runner::Factory)
- #contexts
- #current_context(*args, **options)
- #current_context(*args, **options, &)
- #current_runner
- #current_runner? : Spec2::Runner?
- #exit_code : Int32
- #order : Spec2::Order::Factory?
- #output : Spec2::Output::Factory?
- #reporter : Spec2::Reporter::Factory?
- #root : Spec2::Context
- #run
- #runner : Spec2::Runner::Factory?
- #want_exit(exit_code : Int32)