org.apache.tapestry.test
Class TestCreator

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.test.TestCreator

public class TestCreator
extends BaseComponentTestCase

Tests for Creator.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestCreator()
           
 
Method Summary
 void testArrayType()
           
 void testInherited()
           
 void testInitializer()
           
 void testInterface()
           
 void testMessagesProperty()
           
 void testMethodNameNotOverriden()
           
 void testObjectType()
           
 void testPrimitiveType()
           
 void testSpecificationProperty()
           
 void testUniqueInstances()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCreator

public TestCreator()
Method Detail

testInterface

public void testInterface()
                   throws Exception
Throws:
Exception

testObjectType

public void testObjectType()

testPrimitiveType

public void testPrimitiveType()

testArrayType

public void testArrayType()

testInherited

public void testInherited()

testMethodNameNotOverriden

public void testMethodNameNotOverriden()

testUniqueInstances

public void testUniqueInstances()

testInitializer

public void testInitializer()

testSpecificationProperty

public void testSpecificationProperty()

testMessagesProperty

public void testMessagesProperty()


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