org.tap4j.parser.issue3406964
Class TestDirectives

Package class diagram package TestDirectives
java.lang.Object
  extended by 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

Constructor Summary
TestDirectives()
           
 
Method Summary
 void testSkipDirective()
           
 void testTodoDirective()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDirectives

public TestDirectives()
Method Detail

testSkipDirective

public void testSkipDirective()

testTodoDirective

public void testTodoDirective()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.