Methods Summary |
---|
public RegexpMatcher | getImplementation()
return new Jdk14RegexpMatcher();
|
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){
}
|