org.enhydra.shark.wfxml.test
Class CookbookTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.enhydra.shark.wfxml.test.CookbookTestCase
All Implemented Interfaces:
junit.framework.Test

public class CookbookTestCase
extends junit.framework.TestCase


Field Summary
static java.lang.String DEFAULT_SERVICE
           
static java.lang.String TARGET_SERVICE
           
 
Constructor Summary
CookbookTestCase(java.lang.String name)
           
 
Method Summary
 void testFactoryGetDefinition()
           
 void testFactorySetDefinition()
           
 void testLevel1CreateProcess()
           
 void testLevel3factoryGetProperties()
           
 void testRegistryGetPropeties()
           
 void testRegistryListDefinitions()
           
 void testRegistryNewDefinition()
           
 void testRegistrySetPropeties()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TARGET_SERVICE

public static final java.lang.String TARGET_SERVICE
See Also:
Constant Field Values

DEFAULT_SERVICE

public static final java.lang.String DEFAULT_SERVICE
See Also:
Constant Field Values
Constructor Detail

CookbookTestCase

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

testLevel1CreateProcess

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

testLevel3factoryGetProperties

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

testRegistryNewDefinition

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

testRegistryListDefinitions

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

testRegistrySetPropeties

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

testRegistryGetPropeties

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

testFactoryGetDefinition

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

testFactorySetDefinition

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