public class TranslateFunctionTest
extends junit.framework.TestCase
Constructor and Description |
---|
TranslateFunctionTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
setUp() |
void |
testTranslate() |
void |
testTranslateFunctionRequiresAtLeastThreeArguments() |
void |
testTranslateIgnoresExtraArguments() |
void |
testTranslateNonBMPChars() |
void |
testTranslateNonBMPChars2() |
void |
testTranslateRequiresAtMostThreeArguments() |
void |
testTranslateStringThatContainsNonBMPChars() |
void |
testTranslateStringThatContainsPrivateUseChars() |
void |
testTranslateWithExtraCharsInReplacementString() |
void |
testTranslateWithMalformedSurrogatePair() |
void |
testTranslateWithMissingLowSurrogate() |
void |
testTranslateWithNonBMPChars() |
void |
testTranslateWithNonBMPChars2() |
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
protected void setUp() throws ParserConfigurationException
setUp
in class junit.framework.TestCase
ParserConfigurationException
public void testTranslate() throws JaxenException
JaxenException
public void testTranslateIgnoresExtraArguments() throws JaxenException
JaxenException
public void testTranslateFunctionRequiresAtLeastThreeArguments() throws JaxenException
JaxenException
public void testTranslateRequiresAtMostThreeArguments() throws JaxenException
JaxenException
public void testTranslateStringThatContainsNonBMPChars() throws JaxenException
JaxenException
public void testTranslateStringThatContainsPrivateUseChars() throws JaxenException
JaxenException
public void testTranslateNonBMPChars() throws JaxenException
JaxenException
public void testTranslateNonBMPChars2() throws JaxenException
JaxenException
public void testTranslateWithNonBMPChars() throws JaxenException
JaxenException
public void testTranslateWithNonBMPChars2() throws JaxenException
JaxenException
public void testTranslateWithMalformedSurrogatePair() throws JaxenException
JaxenException
public void testTranslateWithMissingLowSurrogate() throws JaxenException
JaxenException
public void testTranslateWithExtraCharsInReplacementString() throws JaxenException
JaxenException
Copyright © 2001–2019 The Jaxen Project. All rights reserved.