org.apache.tapestry.util
Class TestIdAllocator

java.lang.Object
  extended by org.apache.tapestry.util.TestIdAllocator

public class TestIdAllocator
extends Object

Tests functionality of IdAllocator.


Constructor Summary
TestIdAllocator()
           
 
Method Summary
 void test_Clear()
           
 void test_Compressed_External_String()
           
 void test_Empty_To_External_String()
           
 void test_From_External_String_State()
           
 void test_From_External_String()
           
 void test_Ignore_Case()
           
 void test_Namespace_Allocation()
           
 void test_Peek_Allocation_With_PriorId()
           
 void test_Peek_Allocation()
           
 void test_Simple_Allocation()
           
 void test_To_External_String_Namespace()
           
 void test_To_External_String_Underscores()
           
 void test_To_External_String()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIdAllocator

public TestIdAllocator()
Method Detail

test_Simple_Allocation

public void test_Simple_Allocation()

test_Namespace_Allocation

public void test_Namespace_Allocation()

test_Peek_Allocation

public void test_Peek_Allocation()

test_Peek_Allocation_With_PriorId

public void test_Peek_Allocation_With_PriorId()

test_Ignore_Case

public void test_Ignore_Case()

test_To_External_String

public void test_To_External_String()

test_Empty_To_External_String

public void test_Empty_To_External_String()

test_To_External_String_Namespace

public void test_To_External_String_Namespace()

test_From_External_String

public void test_From_External_String()

test_From_External_String_State

public void test_From_External_String_State()

test_Compressed_External_String

public void test_Compressed_External_String()

test_Clear

public void test_Clear()

test_To_External_String_Underscores

public void test_To_External_String_Underscores()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.