org.tap4j.parser.issue3409478
Class TestDoneTesting
java.lang.Object
org.tap4j.parser.issue3409478.TestDoneTesting
public class TestDoneTesting
- extends Object
Test class for issue 3409478.
Perl's Test::More supports a 'done_testing()', so you do not need to
predeclare how many tests you are running, this produces:
- ok 1 - Test1;
- ok 2 - got document root
- ok 3 - document root ok
- 1..3
- ok
- Since:
- 2.0.6
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDoneTesting
public TestDoneTesting()
testDoneTesting
public void testDoneTesting()
Copyright © 2010-2012 TupiLabs. All Rights Reserved.