ma.glasnost.orika.test.perf
Class MultiThreadedTestCase
java.lang.Object
ma.glasnost.orika.test.perf.MultiThreadedTestCase
public class MultiThreadedTestCase
- extends Object
- Author:
- matt.deboer@gmail.com
|
Field Summary |
ConcurrentRule |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concurrentRule
public ConcurrentRule 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.
MultiThreadedTestCase
public MultiThreadedTestCase()
testDefineSingleTypeSimultaneously
public void testDefineSingleTypeSimultaneously()
throws InterruptedException
- Throws:
InterruptedException
testDefineTypesSimultaneously
public void testDefineTypesSimultaneously()
- Verifies that multiple threads requesting the type for the same set of
classes receive the same set of values over a large number of classes.
testGenerateMappers
public void testGenerateMappers()
testGenerateObjectFactories
public void testGenerateObjectFactories()
generateAll
public void generateAll()
testGetMapperFacade
public void testGetMapperFacade()
testBuildMapper
public void testBuildMapper()
Copyright © 2013 Glasnost. All Rights Reserved.