Exception: ParallelRSpec::MultipleExceptionMarshallingWrapper

Inherits:
ExceptionMarshallingWrapper show all
Includes:
RSpec::Core::MultipleExceptionError::InterfaceTag
Defined in:
lib/parallel_rspec/client.rb

Instance Attribute Summary collapse

Attributes inherited from ExceptionMarshallingWrapper

#backtrace, #cause, #class_name, #message

Instance Method Summary collapse

Methods inherited from ExceptionMarshallingWrapper

#==, #class, #inspect

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, message, backtrace, cause, all_exceptions, aggregation_block_label, , exception_count_description)
  super(class_name, message, backtrace, cause)
  @all_exceptions = all_exceptions
  @aggregation_block_label = aggregation_block_label
   = 
  @exception_count_description = exception_count_description
end

Instance Attribute Details

#aggregation_block_labelObject (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_metadataObject (readonly)

Returns the value of attribute aggregation_metadata.



36
37
38
# File 'lib/parallel_rspec/client.rb', line 36

def 
  
end

#all_exceptionsObject (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_descriptionObject (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