org.yajul.util
Class ObjectFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.yajul.util.ObjectFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class ObjectFactoryTest
extends junit.framework.TestCase

TODO: Document this test case here.


Nested Class Summary
static class ObjectFactoryTest.InitializeableThing
           
static class ObjectFactoryTest.NoConstructor
           
static class ObjectFactoryTest.Thing
           
 
Constructor Summary
ObjectFactoryTest(java.lang.String name)
          Standard JUnit test case constructor.
 
Method Summary
 void testObjectFactory()
           
 void testTestObjects()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectFactoryTest

public ObjectFactoryTest(java.lang.String name)
Standard JUnit test case constructor.

Parameters:
name - The name of the test case.
Method Detail

testTestObjects

public void testTestObjects()

testObjectFactory

public void testObjectFactory()
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.