org.objectweb.dolphin.test.framework
Class DeploymentManagerTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.dolphin.test.framework.JSR88TestCase
              extended byorg.objectweb.dolphin.test.framework.DeploymentManagerTest
All Implemented Interfaces:
junit.framework.Test

public abstract class DeploymentManagerTest
extends JSR88TestCase


Constructor Summary
DeploymentManagerTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testCreateConfigurationCAR()
           
 void testCreateConfigurationEAR()
           
 void testCreateConfigurationEJB()
           
 void testCreateConfigurationNull()
           
 void testCreateConfigurationRAR()
           
 void testCreateConfigurationUnknown()
           
 void testCreateConfigurationWAR()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentManagerTest

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

setUp

public void setUp()
           throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Throws:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException

testCreateConfigurationEAR

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

testCreateConfigurationWAR

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

testCreateConfigurationCAR

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

testCreateConfigurationEJB

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

testCreateConfigurationRAR

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

testCreateConfigurationNull

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

testCreateConfigurationUnknown

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