Uses of Package
ma.glasnost.orika.test

Packages that use ma.glasnost.orika.test
ma.glasnost.orika.test   
ma.glasnost.orika.test.community   
ma.glasnost.orika.test.generator   
ma.glasnost.orika.test.generator.eclipsejdt   
ma.glasnost.orika.test.perf   
 

Classes in ma.glasnost.orika.test used by ma.glasnost.orika.test
TestCase.Name
           
 

Classes in ma.glasnost.orika.test used by ma.glasnost.orika.test.community
ConcurrentRule.Concurrent
          Concurrent is used to mark the number of threads which should be used to invoke the test method simultaneously.
 

Classes in ma.glasnost.orika.test used by ma.glasnost.orika.test.generator
DynamicSuite.Scenario
          The Scenario annotation is used to mark the dynamic suite with a specific name that should be appended to each executed test name.
DynamicSuite.TestCasePattern
          The TestCasePattern annotation specifies the pattern from which test case classes should be matched.
 

Classes in ma.glasnost.orika.test used by ma.glasnost.orika.test.generator.eclipsejdt
DynamicSuite.Scenario
          The Scenario annotation is used to mark the dynamic suite with a specific name that should be appended to each executed test name.
DynamicSuite.TestCasePattern
          The TestCasePattern annotation specifies the pattern from which test case classes should be matched.
 

Classes in ma.glasnost.orika.test used by ma.glasnost.orika.test.perf
ConcurrentRule
          ConcurrentRule is a JUnit Rule which allows a given test method to be executed currently by a specified number of threads concurrently.

The first Exception thrown by any of the threads is captured and re-thrown as the overall exception of the method.
ConcurrentRule.Concurrent
          Concurrent is used to mark the number of threads which should be used to invoke the test method simultaneously.
 



Copyright © 2012 Glasnost. All Rights Reserved.