Uses of Class
ma.glasnost.orika.test.ConcurrentRule

Packages that use ConcurrentRule
ma.glasnost.orika.test.perf   
ma.glasnost.orika.test.util   
 

Uses of ConcurrentRule in ma.glasnost.orika.test.perf
 

Fields in ma.glasnost.orika.test.perf declared as ConcurrentRule
 ConcurrentRule MultiThreadedTestCase.concurrentRule
          Allows us to run methods concurrently by marking with @Concurrent; note that in the current implementation, such methods will have the @Before and @After methods also invoked concurrently.
 

Uses of ConcurrentRule in ma.glasnost.orika.test.util
 

Fields in ma.glasnost.orika.test.util declared as ConcurrentRule
 ConcurrentRule SortedCollectionConcurrencyTestCase.rule
           
 



Copyright © 2013 Glasnost. All Rights Reserved.