org.apache.ode.test
Class BPELTestAbstract.Deployment

java.lang.Object
  extended by org.apache.ode.test.BPELTestAbstract.Deployment
Enclosing class:
BPELTestAbstract

public static class BPELTestAbstract.Deployment
extends java.lang.Object

Represents a test deployement.


Field Summary
 java.io.File deployDir
          The directory containing the deploy.xml and artefacts.
 java.lang.Class expectedException
          If non-null the type of exception we expect to get when we deploy.
 
Constructor Summary
BPELTestAbstract.Deployment(java.io.File deployDir)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

deployDir

public java.io.File deployDir
The directory containing the deploy.xml and artefacts.


expectedException

public java.lang.Class expectedException
If non-null the type of exception we expect to get when we deploy.

Constructor Detail

BPELTestAbstract.Deployment

public BPELTestAbstract.Deployment(java.io.File deployDir)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object