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

Quick Search    Search Deep

ras
Class Basic  view Basic download Basic.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byras.Basic
All Implemented Interfaces:
junit.framework.Test

public class Basic
extends junit.framework.TestCase

Zusammenstellung aller RasObjectTests.


Field Summary
private static common.UTLoginContext plc
           
private static de.danet.an.workflow.spis.ras.ResourceAssignmentService ras
           
private static de.danet.an.workflow.omgcore.WfProcess testProc
           
private static de.danet.an.workflow.api.WorkflowService wfsCache
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
Basic(java.lang.String name)
          Konstruktor zum Erzeugen eines TestCase
 
Method Summary
 void addAssignment()
          Add an assignment
 de.danet.an.workflow.omgcore.WfProcess createProcess(java.lang.String pkgId, java.lang.String prcId)
          Try to create the process identified by the id
 void getAFinder()
          "Simply" try to get a finder.
 void getRAS()
          Just try to get the RAS.
private  de.danet.an.workflow.spis.rms.ResourceManagementService getRms()
           
 void getServerRAS()
          Get RAS from server.
private  void importProcessDefinition()
          Uploading the XPDL file and saving the process definitions in the database.
protected  void setUp()
          Initialisierung.
static junit.framework.Test suite()
          Stellt diese TestSuite zusammen.
private  de.danet.an.workflow.api.WorkflowService workflowService()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

plc

private static common.UTLoginContext plc

wfsCache

private static de.danet.an.workflow.api.WorkflowService wfsCache

testProc

private static de.danet.an.workflow.omgcore.WfProcess testProc

ras

private static de.danet.an.workflow.spis.ras.ResourceAssignmentService ras
Constructor Detail

Basic

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

Method Detail

suite

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


setUp

protected void setUp()
              throws java.lang.Exception
Initialisierung.


workflowService

private de.danet.an.workflow.api.WorkflowService workflowService()

getAFinder

public void getAFinder()
                throws java.lang.Exception
"Simply" try to get a finder.


getRAS

public void getRAS()
            throws java.lang.Exception
Just try to get the RAS.


getServerRAS

public void getServerRAS()
                  throws java.lang.Exception
Get RAS from server.


getRms

private de.danet.an.workflow.spis.rms.ResourceManagementService getRms()
                                                                throws java.lang.Exception

addAssignment

public void addAssignment()
                   throws java.lang.Exception
Add an assignment


importProcessDefinition

private void importProcessDefinition()
                              throws java.lang.Exception
Uploading the XPDL file and saving the process definitions in the database.


createProcess

public de.danet.an.workflow.omgcore.WfProcess createProcess(java.lang.String pkgId,
                                                            java.lang.String prcId)
                                                     throws java.lang.Exception
Try to create the process identified by the id