Methods Summary |
---|
public Regexp | getRegexpImplementation()
return new Jdk14RegexpRegexp();
|
public void | testLineSeparatorCharacter()
try {
super.testLineSeparatorCharacter();
fail("Should trigger once fixed. {@since JDK 1.4RC1}");
} catch (AssertionFailedError e){
}
|
public void | testParagraphCharacter()
try {
super.testParagraphCharacter();
fail("Should trigger once fixed. {@since JDK 1.4RC1}");
} catch (AssertionFailedError e){
}
|
public void | testStandaloneCR()
try {
super.testStandaloneCR();
fail("Should trigger once fixed. {@since JDK 1.4RC1}");
} catch (AssertionFailedError e){
}
|
public void | testWindowsLineSeparator()
try {
super.testWindowsLineSeparator();
fail("Should trigger once fixed. {@since JDK 1.4RC1}");
} catch (AssertionFailedError e){
}
|