org.apache.tapestry.junit.utils
Class TestDataSqueezer

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.utils.TestDataSqueezer

public class TestDataSqueezer
extends BaseComponentTestCase

A series of tests for DataSqueezerImpl and friends.

Author:
Howard Lewis Ship

Nested Class Summary
static class TestDataSqueezer.BHSqueezer
           
static class TestDataSqueezer.BooleanHolder
           
 
Constructor Summary
TestDataSqueezer(String name)
           
 
Method Summary
 void test_Empty_Value()
           
 void testArray()
           
 void testBoolean()
           
 void testByte()
           
 void testCharacter()
           
 void testClassLoader()
           
 void testComponentAddress()
           
 void testCustom()
           
 void testDouble()
           
 void testFloat()
           
 void testInteger()
           
 void testLong()
           
 void testNull()
           
 void testNullArray()
           
 void testRegisterDupePrefix()
           
 void testRegisterInvalidPrefix()
           
 void testRegisterNullClass()
           
 void testRegisterNullSqueezer()
           
 void testRegisterShortPrefix()
           
 void testSerializableLong()
           
 void testSerializableShort()
           
 void testShort()
           
 void testString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataSqueezer

public TestDataSqueezer(String name)
Method Detail

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.