public class StringLengthTest
extends junit.framework.TestCase
Constructor and Description |
---|
StringLengthTest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testStringLengthFunctionCountsUnicodeCharactersNotJavaChars() |
void |
testStringLengthFunctionOperatesOnContextNode() |
void |
testStringLengthFunctionRequiresExactlyOneArgument() |
void |
testStringLengthFunctionWithMalformedString() |
void |
testStringLengthOfEmptyString() |
void |
testStringLengthOfNumber() |
void |
testStringLengthOfString() |
void |
testStringLengthWithPrivateUseChars() |
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 StringLengthTest(String name)
public void setUp() throws ParserConfigurationException
setUp
in class junit.framework.TestCase
ParserConfigurationException
public void testStringLengthOfNumber() throws JaxenException
JaxenException
public void testStringLengthOfEmptyString() throws JaxenException
JaxenException
public void testStringLengthOfString() throws JaxenException
JaxenException
public void testStringLengthFunctionOperatesOnContextNode() throws JaxenException
JaxenException
public void testStringLengthWithPrivateUseChars() throws JaxenException
JaxenException
public void testStringLengthFunctionCountsUnicodeCharactersNotJavaChars() throws JaxenException
JaxenException
public void testStringLengthFunctionWithMalformedString() throws JaxenException
JaxenException
public void testStringLengthFunctionRequiresExactlyOneArgument() throws JaxenException
JaxenException
Copyright © 2001–2019 The Jaxen Project. All rights reserved.