public class StartsWithTest
extends junit.framework.TestCase
Constructor and Description |
---|
StartsWithTest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testEmptyStringStartsWithEmptyString() |
void |
testEmptyStringStartsWithNonEmptyString() |
void |
testStartsWithEmptyString() |
void |
testStartsWithFunctionRequiresAtLeastTwoArguments() |
void |
testStartsWithFunctionRequiresAtMostTwoArguments() |
void |
testStartsWithNumber() |
void |
testStartsWithNumber2() |
void |
testStartsWithString() |
void |
testStartsWithString2() |
void |
testStartsWithString3() |
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 StartsWithTest(String name)
public void setUp() throws ParserConfigurationException
setUp
in class junit.framework.TestCase
ParserConfigurationException
public void testStartsWithNumber() throws JaxenException
JaxenException
public void testStartsWithString() throws JaxenException
JaxenException
public void testStartsWithString3() throws JaxenException
JaxenException
public void testStartsWithNumber2() throws JaxenException
JaxenException
public void testStartsWithString2() throws JaxenException
JaxenException
public void testEmptyStringStartsWithNonEmptyString() throws JaxenException
JaxenException
public void testEmptyStringStartsWithEmptyString() throws JaxenException
JaxenException
public void testStartsWithEmptyString() throws JaxenException
JaxenException
public void testStartsWithFunctionRequiresAtLeastTwoArguments() throws JaxenException
JaxenException
public void testStartsWithFunctionRequiresAtMostTwoArguments() throws JaxenException
JaxenException
Copyright © 2001–2019 The Jaxen Project. All rights reserved.