Package | Description |
---|---|
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.transaction |
Transactional support classes for the Spring TestContext
Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyInjectionTestExecutionListener
TestExecutionListener which provides support for dependency
injection and initialization of test instances. |
class |
DirtiesContextTestExecutionListener
TestExecutionListener which provides support for marking the
ApplicationContext associated with a test as dirty for
both test classes and test methods configured with the @DirtiesContext annotation. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalTestExecutionListener
TestExecutionListener that provides support for executing
tests within transactions by using the
@Transactional
and @NotTransactional annotations. |
Copyright © 2014. All rights reserved.