Class: Asciidoctor::DocTest::Tester::MinitestSingleTest
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- Asciidoctor::DocTest::Tester::MinitestSingleTest
- Includes:
- MinitestDiffy
- Defined in:
- lib/asciidoctor/doctest/tester.rb
Instance Attribute Summary collapse
- #location ⇒ Object readonly
Class Method Summary collapse
Methods included from MinitestDiffy
Instance Attribute Details
#location ⇒ Object (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 |