FileDocCategorySizeDatePackage
JakartaRegexpRegexpTest.javaAPI DocApache Ant 1.701938Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.util.regexp

JakartaRegexpRegexpTest

public class JakartaRegexpRegexpTest extends RegexpTest
Tests for the jakarta-regexp implementation of the Regexp interface.

Fields Summary
Constructors Summary
public JakartaRegexpRegexpTest(String name)

        super(name);
    
Methods Summary
protected voiddoEndTest2(java.lang.String text)
Fails for "default" mode.

public RegexpgetRegexpImplementation()

        return new JakartaRegexpRegexp();
    
public voidtestUnixLineSeparator()
Fails for the same reason as "default" mode in doEndTest2.

        try {
            super.testUnixLineSeparator();
            fail("Should trigger once this bug is fixed. {@since 1.2}");
        } catch (AssertionFailedError e){
        }
    
public voidtestWindowsLineSeparator2()

        try {
            super.testWindowsLineSeparator2();
            fail("Should trigger when this bug is fixed. {@since 1.2}");
        } catch (AssertionFailedError e){
        }