org.globus.ogsa.impl.core.factory.test
Class TestFactory

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.server.test.GridTestCase
          extended byorg.globus.ogsa.impl.core.factory.test.TestFactory

public class TestFactory
extends GridTestCase

tests job creation and instance dispatching

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestCase
TEST_SERVER
 
Constructor Summary
TestFactory(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testCreate()
           
 void testEncoded()
           
 void testException()
           
 void testFactoryExtensibility()
           
 void testFactoryFactory()
           
 void testStateCreate()
           
 
Methods inherited from class org.globus.ogsa.server.test.GridTestCase
setTestServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFactory

public TestFactory(java.lang.String name)
Method Detail

suite

public static Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class GridTestCase
Throws:
java.lang.Exception

testCreate

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

testException

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

testEncoded

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

testStateCreate

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

testFactoryFactory

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

testFactoryExtensibility

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