com.mycila.junit.concurrent
Class ConcurrentRule

java.lang.Object
  extended by com.mycila.junit.concurrent.ConcurrentRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public final class ConcurrentRule
extends Object
implements org.junit.rules.MethodRule

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Constructor Summary
ConcurrentRule()
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runners.model.FrameworkMethod frameworkMethod, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentRule

public ConcurrentRule()
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
                                               org.junit.runners.model.FrameworkMethod frameworkMethod,
                                               Object o)
Specified by:
apply in interface org.junit.rules.MethodRule


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.