Exception: ParallelRSpec::MultipleExceptionMarshallingWrapper
- Inherits:
-
ExceptionMarshallingWrapper
- Object
- Exception
- ExceptionMarshallingWrapper
- ParallelRSpec::MultipleExceptionMarshallingWrapper
- Includes:
- RSpec::Core::MultipleExceptionError::InterfaceTag
- Defined in:
- lib/parallel_rspec/client.rb
Instance Attribute Summary collapse
-
#aggregation_block_label ⇒ Object
readonly
Returns the value of attribute aggregation_block_label.
-
#aggregation_metadata ⇒ Object
readonly
Returns the value of attribute aggregation_metadata.
-
#all_exceptions ⇒ Object
readonly
Returns the value of attribute all_exceptions.
-
#exception_count_description ⇒ Object
readonly
Returns the value of attribute exception_count_description.
Attributes inherited from ExceptionMarshallingWrapper
#backtrace, #cause, #class_name, #message
Instance Method Summary collapse
-
#initialize(class_name, message, backtrace, cause, all_exceptions, aggregation_block_label, aggregation_metadata, exception_count_description) ⇒ MultipleExceptionMarshallingWrapper
constructor
A new instance of MultipleExceptionMarshallingWrapper.
Methods inherited from ExceptionMarshallingWrapper
Constructor Details
#initialize(class_name, message, backtrace, cause, all_exceptions, aggregation_block_label, aggregation_metadata, exception_count_description) ⇒ MultipleExceptionMarshallingWrapper
Returns a new instance of MultipleExceptionMarshallingWrapper.
38 39 40 41 42 43 44 |
# File 'lib/parallel_rspec/client.rb', line 38 def initialize(class_name, , backtrace, cause, all_exceptions, aggregation_block_label, , exception_count_description) super(class_name, , backtrace, cause) @all_exceptions = all_exceptions @aggregation_block_label = aggregation_block_label = @exception_count_description = exception_count_description end |
Instance Attribute Details
#aggregation_block_label ⇒ Object (readonly)
Returns the value of attribute aggregation_block_label.
36 37 38 |
# File 'lib/parallel_rspec/client.rb', line 36 def aggregation_block_label @aggregation_block_label end |
#aggregation_metadata ⇒ Object (readonly)
Returns the value of attribute aggregation_metadata.
36 37 38 |
# File 'lib/parallel_rspec/client.rb', line 36 def end |
#all_exceptions ⇒ Object (readonly)
Returns the value of attribute all_exceptions.
36 37 38 |
# File 'lib/parallel_rspec/client.rb', line 36 def all_exceptions @all_exceptions end |
#exception_count_description ⇒ Object (readonly)
Returns the value of attribute exception_count_description.
36 37 38 |
# File 'lib/parallel_rspec/client.rb', line 36 def exception_count_description @exception_count_description end |