Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

domain
Class Proc  view Proc download Proc.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bydomain.Proc
All Implemented Interfaces:
junit.framework.Test

public class Proc
extends junit.framework.TestCase

Zusammenstellung aller domain Tests für (Abstract)Process.

Version:
1.0

Nested Class Summary
 class Proc.TestActivity
          Describe class TestActivity here.
 class Proc.TestProcess
          Describe class TestProcess here.
 
Field Summary
private static int actkeyGen
           
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
Proc(java.lang.String name)
          Konstruktor zum Erzeugen eines TestCase
 
Method Summary
 void abortProcess()
          Test for aborting a Process and his activities
 void activityTest()
          Test for Activity
private  Proc.TestActivity getActivity(de.danet.an.workflow.api.Process p)
           
private  Proc.TestProcess getProcess()
           
 void processTest()
          Test for Process
 void processTest2()
          Test for Process with activity
 void processTest3()
          Test for Process with activities
 void processTest4()
          Test for Process with activities and transitions
static junit.framework.Test suite()
          Stellt diese TestSuite zusammen.
 
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
 

Field Detail

logger

private static final org.apache.commons.logging.Log logger

actkeyGen

private static int actkeyGen
Constructor Detail

Proc

public Proc(java.lang.String name)
Konstruktor zum Erzeugen eines TestCase

Method Detail

suite

public static junit.framework.Test suite()
Stellt diese TestSuite zusammen.


processTest

public void processTest()
                 throws java.lang.Exception
Test for Process


activityTest

public void activityTest()
                  throws java.lang.Exception
Test for Activity


processTest2

public void processTest2()
                  throws java.lang.Exception
Test for Process with activity


processTest3

public void processTest3()
                  throws java.lang.Exception
Test for Process with activities


processTest4

public void processTest4()
                  throws java.lang.Exception
Test for Process with activities and transitions


abortProcess

public void abortProcess()
                  throws java.lang.Exception
Test for aborting a Process and his activities


getProcess

private Proc.TestProcess getProcess()

getActivity

private Proc.TestActivity getActivity(de.danet.an.workflow.api.Process p)