| Class | Description |
|---|---|
| ClassLoaderLeakageTestCase |
This test attempts to confirm that Orika doesn't cause class-loaders to leak
by retaining hard references to classes that were not loaded by it's own
class-loader or any parent class-loader(s).
This can cause problems specifically in web and enterprise application contexts where multiple web application (siblings) might share a common parent enterprise application (or shared library) class-loader. |
| DefaultMapperFactoryGenerationConcurrencyTestCase | |
| DefaultMapperFactoryGenerationConcurrencyTestCase.A | |
| DefaultMapperFactoryGenerationConcurrencyTestCase.B | |
| LaunchTestsForProfiler |
LaunchTestsForProfiler provides a launcher for using the VisualVm (or another)
profiler over all of the unit tests.
It provides a break at the beginning pausing for input which allows attaching/configuring the profiler, as well as a similar pause at the end to allow for capturing/saving results. |
| MultiLayeredClassloader_IDEOnly | |
| MultiThreadedTestCase | |
| MultiThreadedTestCase.A | |
| MultiThreadedTestCase.B | |
| MultiThreadedTestCase.Person | |
| MultiThreadedTestCase.PersonVO |
Copyright © 2019 Glasnost. All rights reserved.