org.tap4j.parser.issue3406964
Class TestDirectives
java.lang.Object
org.tap4j.parser.issue3406964.TestDirectives
public class TestDirectives
- extends Object
Test class for issue 3406964. The skip directive in TAP can contain both
upper and lower case SKIP and TO DO text. However tap4j is considering only
the upper case version.
- Since:
- 2.0.5
- 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 |
TestDirectives
public TestDirectives()
testSkipDirective
public void testSkipDirective()
testTodoDirective
public void testTodoDirective()
Copyright © 2010-2012 TupiLabs. All Rights Reserved.