Class: Pbt::Reporter::RunDetails
- Inherits:
-
Struct
- Object
- Struct
- Pbt::Reporter::RunDetails
- Defined in:
- lib/pbt/reporter/run_details.rb
Overview
Details of a single run of a property test.
Instance Attribute Summary collapse
-
#counterexample ⇒ Object
Returns the value of attribute counterexample.
-
#counterexample_path ⇒ Object
Returns the value of attribute counterexample_path.
-
#error_instance ⇒ Object
Returns the value of attribute error_instance.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#execution_summary ⇒ Object
Returns the value of attribute execution_summary.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#num_runs ⇒ Object
Returns the value of attribute num_runs.
-
#num_shrinks ⇒ Object
Returns the value of attribute num_shrinks.
-
#run_configuration ⇒ Object
Returns the value of attribute run_configuration.
-
#seed ⇒ Object
Returns the value of attribute seed.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#counterexample ⇒ Object
Returns the value of attribute counterexample
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def counterexample @counterexample end |
#counterexample_path ⇒ Object
Returns the value of attribute counterexample_path
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def counterexample_path @counterexample_path end |
#error_instance ⇒ Object
Returns the value of attribute error_instance
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def error_instance @error_instance end |
#error_message ⇒ Object
Returns the value of attribute error_message
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def @error_message end |
#execution_summary ⇒ Object
Returns the value of attribute execution_summary
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def execution_summary @execution_summary end |
#failed ⇒ Object
Returns the value of attribute failed
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def failed @failed end |
#failures ⇒ Object
Returns the value of attribute failures
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def failures @failures end |
#num_runs ⇒ Object
Returns the value of attribute num_runs
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def num_runs @num_runs end |
#num_shrinks ⇒ Object
Returns the value of attribute num_shrinks
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def num_shrinks @num_shrinks end |
#run_configuration ⇒ Object
Returns the value of attribute run_configuration
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def run_configuration @run_configuration end |
#seed ⇒ Object
Returns the value of attribute seed
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def seed @seed end |
#verbose ⇒ Object
Returns the value of attribute verbose
6 7 8 |
# File 'lib/pbt/reporter/run_details.rb', line 6 def verbose @verbose end |