org.apache.openejb.junit
Class ApplicationComposerRule

java.lang.Object
  extended by org.apache.openejb.junit.ApplicationComposerRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class ApplicationComposerRule
extends Object
implements org.junit.rules.TestRule


Constructor Summary
ApplicationComposerRule(Object instance, Object... modules)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationComposerRule

public ApplicationComposerRule(Object instance,
                               Object... modules)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.