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, toStringassertEquals, 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, failSamepublic SubstringTest(String name)
public void setUp()
throws ParserConfigurationException
setUp in class junit.framework.TestCaseParserConfigurationExceptionpublic void testSubstringOfNumber()
throws JaxenException
JaxenExceptionpublic void testSubstringOfNumber2()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring1()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring2()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring3()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring4()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring5()
throws JaxenException
JaxenExceptionpublic void testUnusualSubstring6()
throws JaxenException
JaxenExceptionpublic void testSubstringOfNaN()
throws JaxenException
JaxenExceptionpublic void testSubstringOfEmptyString()
throws JaxenException
JaxenExceptionpublic void testSubstringWithNegativeLength()
throws JaxenException
JaxenExceptionpublic void testSubstringWithExcessiveLength()
throws JaxenException
JaxenExceptionpublic void testSubstringWithNegativeLength2()
throws JaxenException
JaxenExceptionpublic void testSubstringFunctionRequiresAtLeastTwoArguments()
throws JaxenException
JaxenExceptionpublic void testNegativeStartNoLength()
throws JaxenException
JaxenExceptionpublic void testNegativeStartWithLength()
throws JaxenException
JaxenExceptionpublic void testSubstringFunctionRequiresAtMostThreeArguments()
throws JaxenException
JaxenExceptionpublic void testStringLengthCountsUnicodeCharactersNotJavaChars()
throws JaxenException
JaxenExceptionpublic void testStringLengthIndexesUnicodeCharactersNotJavaChars()
throws JaxenException
JaxenExceptionpublic void testStringLengthIndexesAndCountsUnicodeCharactersNotJavaChars()
throws JaxenException
JaxenExceptionCopyright 2001–2022 The Jaxen Project. All rights reserved.