org.apache.openejb.testing
Class ApplicationComposers

java.lang.Object
  extended by org.apache.openejb.testing.ApplicationComposers

public final class ApplicationComposers
extends Object


Field Summary
static String OPENEJB_APPLICATION_COMPOSER_CONTEXT
           
 
Constructor Summary
ApplicationComposers(Class<?> klass)
           
 
Method Summary
 void after()
           
 void before(Object testInstance)
           
 void evaluate(Object testInstance, Callable<Void> next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENEJB_APPLICATION_COMPOSER_CONTEXT

public static final String OPENEJB_APPLICATION_COMPOSER_CONTEXT
See Also:
Constant Field Values
Constructor Detail

ApplicationComposers

public ApplicationComposers(Class<?> klass)
Method Detail

before

public void before(Object testInstance)
            throws Exception
Throws:
Exception

evaluate

public void evaluate(Object testInstance,
                     Callable<Void> next)
              throws Exception
Throws:
Exception

after

public void after()
           throws Exception
Throws:
Exception


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.