Method: AppMap::Minitest::Recording#initialize

Defined in:
lib/appmap/minitest.rb

#initialize(test, test_name) ⇒ Recording

Returns a new instance of Recording.



21
22
23
24
25
26
# File 'lib/appmap/minitest.rb', line 21

def initialize(test, test_name)
  super

  warn "Starting recording of test #{test.class}.#{test.name}@#{source_location}" if AppMap::Minitest::LOG
  @trace = AppMap.tracing.trace
end