Class: Asciidoctor::DocTest::Tester::MinitestSingleTest

Inherits:
Minitest::Test
  • Object
show all
Includes:
MinitestDiffy
Defined in:
lib/asciidoctor/doctest/tester.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from MinitestDiffy

#diff, included, #need_diff?

Instance Attribute Details

#locationObject (readonly)

Note:

Overrides method from Minitest::Test.



98
99
100
# File 'lib/asciidoctor/doctest/tester.rb', line 98

def location
  @location
end

Class Method Details

.test!(reporter, name, location, callable) ⇒ Object



100
101
102
# File 'lib/asciidoctor/doctest/tester.rb', line 100

def self.test!(reporter, name, location, callable)
  new(reporter, name, location, callable).failures
end