Class: Pbt::Reporter::RunDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/pbt/reporter/run_details.rb

Overview

Details of a single run of a property test.

Instance Attribute Summary collapse

Instance Attribute Details

#counterexampleObject

Returns the value of attribute counterexample

Returns:

  • (Object)

    the current value of counterexample


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def counterexample
  @counterexample
end

#counterexample_pathObject

Returns the value of attribute counterexample_path

Returns:

  • (Object)

    the current value of counterexample_path


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def counterexample_path
  @counterexample_path
end

#error_instanceObject

Returns the value of attribute error_instance

Returns:

  • (Object)

    the current value of error_instance


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def error_instance
  @error_instance
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def error_message
  @error_message
end

#execution_summaryObject

Returns the value of attribute execution_summary

Returns:

  • (Object)

    the current value of execution_summary


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def execution_summary
  @execution_summary
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def failed
  @failed
end

#failuresObject

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def failures
  @failures
end

#num_runsObject

Returns the value of attribute num_runs

Returns:

  • (Object)

    the current value of num_runs


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def num_runs
  @num_runs
end

#num_shrinksObject

Returns the value of attribute num_shrinks

Returns:

  • (Object)

    the current value of num_shrinks


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def num_shrinks
  @num_shrinks
end

#run_configurationObject

Returns the value of attribute run_configuration

Returns:

  • (Object)

    the current value of run_configuration


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def run_configuration
  @run_configuration
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def seed
  @seed
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose


6
7
8
# File 'lib/pbt/reporter/run_details.rb', line 6

def verbose
  @verbose
end