Class: Assert::DefaultRunner
- Defined in:
- lib/assert/default_runner.rb
Overview
This is the default runner used by assert. It adds no special behavior on top of the base runner's behavior
Instance Attribute Summary
Attributes inherited from Runner
Method Summary
Methods inherited from Runner
#after_load, #after_test, #before_load, #before_test, #initialize, #on_finish, #on_info, #on_interrupt, #on_result, #on_start, #run, #runner
Methods included from ConfigHelpers
#all_pass?, #error_result_count, #fail_result_count, #formatted_result_rate, #formatted_run_time, #formatted_suite_result_rate, #formatted_suite_run_time, #formatted_suite_test_rate, #formatted_test_rate, #ignore_result_count, #ocurring_result_types, #pass_result_count, #result_count, #runner, #runner_seed, #show_test_profile_info?, #show_test_verbose_info?, #single_test?, #single_test_file_line, #skip_result_count, #suite, #test_count, #tests_to_run?, #tests_to_run_count, #view
Constructor Details
This class inherits a constructor from Assert::Runner