public class SubstringTest
extends junit.framework.TestCase
Constructor and Description |
---|
SubstringTest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testNegativeStartNoLength() |
void |
testNegativeStartWithLength() |
void |
testStringLengthCountsUnicodeCharactersNotJavaChars() |
void |
testStringLengthIndexesAndCountsUnicodeCharactersNotJavaChars() |
void |
testStringLengthIndexesUnicodeCharactersNotJavaChars() |
void |
testSubstringFunctionRequiresAtLeastTwoArguments() |
void |
testSubstringFunctionRequiresAtMostThreeArguments() |
void |
testSubstringOfEmptyString() |
void |
testSubstringOfNaN() |
void |
testSubstringOfNumber() |
void |
testSubstringOfNumber2() |
void |
testSubstringWithExcessiveLength() |
void |
testSubstringWithNegativeLength() |
void |
testSubstringWithNegativeLength2() |
void |
testUnusualSubstring1() |
void |
testUnusualSubstring2() |
void |
testUnusualSubstring3() |
void |
testUnusualSubstring4() |
void |
testUnusualSubstring5() |
void |
testUnusualSubstring6() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
public SubstringTest(String name)
public void setUp() throws ParserConfigurationException
setUp
in class junit.framework.TestCase
ParserConfigurationException
public void testSubstringOfNumber() throws JaxenException
JaxenException
public void testSubstringOfNumber2() throws JaxenException
JaxenException
public void testUnusualSubstring1() throws JaxenException
JaxenException
public void testUnusualSubstring2() throws JaxenException
JaxenException
public void testUnusualSubstring3() throws JaxenException
JaxenException
public void testUnusualSubstring4() throws JaxenException
JaxenException
public void testUnusualSubstring5() throws JaxenException
JaxenException
public void testUnusualSubstring6() throws JaxenException
JaxenException
public void testSubstringOfNaN() throws JaxenException
JaxenException
public void testSubstringOfEmptyString() throws JaxenException
JaxenException
public void testSubstringWithNegativeLength() throws JaxenException
JaxenException
public void testSubstringWithExcessiveLength() throws JaxenException
JaxenException
public void testSubstringWithNegativeLength2() throws JaxenException
JaxenException
public void testSubstringFunctionRequiresAtLeastTwoArguments() throws JaxenException
JaxenException
public void testNegativeStartNoLength() throws JaxenException
JaxenException
public void testNegativeStartWithLength() throws JaxenException
JaxenException
public void testSubstringFunctionRequiresAtMostThreeArguments() throws JaxenException
JaxenException
public void testStringLengthCountsUnicodeCharactersNotJavaChars() throws JaxenException
JaxenException
public void testStringLengthIndexesUnicodeCharactersNotJavaChars() throws JaxenException
JaxenException
public void testStringLengthIndexesAndCountsUnicodeCharactersNotJavaChars() throws JaxenException
JaxenException
Copyright 2001–2022 The Jaxen Project. All rights reserved.