| Package | Description |
|---|---|
| org.springframework.test.context |
This package contains the Spring TestContext Framework
which provides annotation-driven unit and integration testing support
that is agnostic of the actual testing framework in use.
|
| org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
| org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
| org.springframework.test.context.junit4.statements |
JUnit 4.5 based
statements used in the Spring TestContext Framework. |
| org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
| org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
| org.springframework.test.context.transaction |
Transactional support classes for the Spring TestContext
Framework.
|
| Class and Description |
|---|
ContextConfiguration
ContextConfiguration defines class-level metadata that is
used to determine how to load and configure an
ApplicationContext
for test classes. |
ContextConfigurationAttributes
ContextConfigurationAttributes encapsulates the context
configuration attributes declared on a test class via
@ContextConfiguration. |
| ContextLoader
Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework. |
MergedContextConfiguration
MergedContextConfiguration encapsulates the merged
context configuration declared on a test class and all of its superclasses
via @ContextConfiguration and
@ActiveProfiles. |
TestContext
TestContext encapsulates the context in which a test is executed,
agnostic of the actual testing framework in use. |
TestExecutionListener
TestExecutionListener defines a listener API for
reacting to test execution events published by the TestContextManager
with which the listener is registered. |
| Class and Description |
|---|
TestExecutionListeners
TestExecutionListeners defines class-level metadata for
configuring which TestExecutionListeners should
be registered with a TestContextManager. |
| Class and Description |
|---|
TestContextManager
TestContextManager is the main entry point into the
Spring TestContext Framework, which provides support for loading and
accessing application contexts, dependency
injection of test instances,
transactional execution of test methods, etc. |
TestExecutionListeners
TestExecutionListeners defines class-level metadata for
configuring which TestExecutionListeners should
be registered with a TestContextManager. |
| Class and Description |
|---|
TestContextManager
TestContextManager is the main entry point into the
Spring TestContext Framework, which provides support for loading and
accessing application contexts, dependency
injection of test instances,
transactional execution of test methods, etc. |
| Class and Description |
|---|
ContextConfigurationAttributes
ContextConfigurationAttributes encapsulates the context
configuration attributes declared on a test class via
@ContextConfiguration. |
| ContextLoader
Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework. |
MergedContextConfiguration
MergedContextConfiguration encapsulates the merged
context configuration declared on a test class and all of its superclasses
via @ContextConfiguration and
@ActiveProfiles. |
| SmartContextLoader
Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework. |
TestContext
TestContext encapsulates the context in which a test is executed,
agnostic of the actual testing framework in use. |
TestExecutionListener
TestExecutionListener defines a listener API for
reacting to test execution events published by the TestContextManager
with which the listener is registered. |
| Class and Description |
|---|
TestExecutionListeners
TestExecutionListeners defines class-level metadata for
configuring which TestExecutionListeners should
be registered with a TestContextManager. |
| Class and Description |
|---|
TestContext
TestContext encapsulates the context in which a test is executed,
agnostic of the actual testing framework in use. |
TestExecutionListener
TestExecutionListener defines a listener API for
reacting to test execution events published by the TestContextManager
with which the listener is registered. |
Copyright © 2014. All rights reserved.