org.ops4j.pax.exam.junit
Class ExamRule

java.lang.Object
  extended by org.ops4j.pax.exam.junit.ExamRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public class ExamRule
extends Object
implements org.junit.rules.MethodRule


Constructor Summary
ExamRule(Object test)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamRule

public ExamRule(Object test)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runners.model.FrameworkMethod method,
                                               Object target)
Specified by:
apply in interface org.junit.rules.MethodRule


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.