Returns a new instance of Recording.
17 18 19 20 21 22
# File 'lib/appmap/minitest.rb', line 17 def initialize(test) super warn "Starting recording of test #{test.class}.#{test.name}" if AppMap::Minitest::LOG @trace = AppMap.tracing.trace end