Package | Description |
---|---|
org.springframework.test |
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
has been deprecated in favor of using the listener-based Spring TestContext Framework.
|
org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
org.springframework.test.jpa |
As of Spring 3.0, this package has been deprecated in favor of using the listener-based
Spring TestContext Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionalDataSourceSpringContextTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractTransactionalJUnit4SpringContextTests ) |
class |
AbstractTransactionalSpringContextTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractTransactionalJUnit4SpringContextTests ) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationAwareTransactionalTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractTransactionalJUnit4SpringContextTests ) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAspectjJpaTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractJUnit38SpringContextTests ) |
class |
AbstractJpaTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractJUnit38SpringContextTests ) |
Copyright © 2015. All rights reserved.