org.apache.tapestry.junit.utils
Class TestDataSqueezer
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.junit.utils.TestDataSqueezer
public class TestDataSqueezer
- extends BaseComponentTestCase
A series of tests for DataSqueezerImpl
and friends.
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDataSqueezer
public TestDataSqueezer(String name)
testBoolean
public void testBoolean()
testNull
public void testNull()
testByte
public void testByte()
testFloat
public void testFloat()
testDouble
public void testDouble()
testInteger
public void testInteger()
testLong
public void testLong()
testShort
public void testShort()
testCharacter
public void testCharacter()
- Since:
- 2.2 *
test_Empty_Value
public void test_Empty_Value()
testString
public void testString()
testComponentAddress
public void testComponentAddress()
testArray
public void testArray()
testNullArray
public void testNullArray()
testSerializableShort
public void testSerializableShort()
testSerializableLong
public void testSerializableLong()
testCustom
public void testCustom()
testRegisterShortPrefix
public void testRegisterShortPrefix()
testRegisterInvalidPrefix
public void testRegisterInvalidPrefix()
testRegisterDupePrefix
public void testRegisterDupePrefix()
testRegisterNullClass
public void testRegisterNullClass()
testRegisterNullSqueezer
public void testRegisterNullSqueezer()
testClassLoader
public void testClassLoader()
throws Exception
- Throws:
Exception
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.