Class: SeeingIsBelieving::EventStream::Events::ResultsTruncated

Inherits:
SeeingIsBelieving::EventStream::Event
  • Object
show all
Defined in:
lib/seeing_is_believing/event_stream/events.rb

Overview

There were more results than we are emitting for this line / type of recording See LineResult for explanation of types This would occur because the line was executed more times than the max.

Class Method Summary collapse

Class Method Details

.event_nameObject



132
133
134
# File 'lib/seeing_is_believing/event_stream/events.rb', line 132

def self.event_name
  :results_truncated
end