org.apache.tapestry.junit.utils
Class TestIdAllocator

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

public class TestIdAllocator
extends TapestryTestCase

Tests the IdAllocatorclass.

Since:
3.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestIdAllocator()
           
 
Method Summary
 void testClear()
           
 void testDegenerate()
           
 void testDegenerateNamespace()
           
 void testSimple()
           
 void testSimpleNamespace()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
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

testSimple

public void testSimple()

testSimpleNamespace

public void testSimpleNamespace()

testDegenerate

public void testDegenerate()

testDegenerateNamespace

public void testDegenerateNamespace()

testClear

public void testClear()


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