|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.turbine.test.BaseTestCase
org.apache.turbine.util.parser.BaseValueParserTest
public class BaseValueParserTest
Testing of the Fulcrum BaseValueParser class
Constructor Summary | |
---|---|
BaseValueParserTest(String testName)
Constructor for test. |
Method Summary | |
---|---|
void |
getString()
|
void |
OFFtestGetBigDecimal()
There seems to be some sort of Java version issue that causes this to fail on Java 1.4.2_09 on OSX. |
protected void |
setUp()
Performs any initialization that must happen before each test is run. |
protected void |
tearDown()
Clean up after each test is run. |
void |
testGetBoolean()
|
void |
testGetBooleanObject()
|
void |
testGetByte()
|
void |
testGetByteObject()
|
void |
testGetDouble()
|
void |
testGetDoubleObject()
|
void |
testGetFloat()
|
void |
testGetFloatObject()
|
void |
testGetInt()
|
void |
testGetIntObject()
|
void |
testGetLong()
|
void |
testGetLongObject()
|
void |
testRecycling()
|
Methods inherited from class org.apache.turbine.test.BaseTestCase |
---|
getMockRequest, getPipelineData, getRunData |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseValueParserTest(String testName) throws Exception
testName
- name of the test being executed
Exception
Method Detail |
---|
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testGetByte()
public void testGetByteObject()
public void testGetInt()
public void testGetIntObject()
public void testGetFloat()
public void testGetFloatObject()
public void testGetDouble()
public void testGetDoubleObject()
public void testGetLong()
public void testGetLongObject()
public void testGetBoolean()
public void testGetBooleanObject()
public void OFFtestGetBigDecimal()
public void getString()
public void testRecycling() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |