spring-test

spring-test 3.2.6.RELEASE API

Packages 
Package Description
org.springframework.mock.env
This package contains mock implementations of the Environment and PropertySource abstractions introduced in Spring 3.1.
org.springframework.mock.http
Mock implementations of client/server-side HTTP abstractions.
org.springframework.mock.http.client
Mock implementations of client-side HTTP abstractions.
org.springframework.mock.jndi
The simplest implementation of the JNDI SPI that could possibly work.
org.springframework.mock.web
A comprehensive set of Servlet API 2.5 mock objects, targeted at usage with Spring's web MVC framework.
org.springframework.mock.web.portlet
A comprehensive set of Portlet API 2.0 mock objects, targeted at usage with Spring's web MVC framework.
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.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.
org.springframework.test.context.web
Web support classes for the Spring TestContext Framework.
org.springframework.test.jdbc
Support classes for tests based on JDBC.
org.springframework.test.jpa
As of Spring 3.0, this package has been deprecated in favor of using the listener-based Spring TestContext Framework.
org.springframework.test.util
General utility classes for use in unit and integration tests.
org.springframework.test.web
Helper classes for unit tests based on Spring's web support.
org.springframework.test.web.client
Contains client-side REST testing support.
org.springframework.test.web.client.match
Contains built-in RequestMatcher implementations.
org.springframework.test.web.client.response
Contains built-in ResponseCreator implementations.
org.springframework.test.web.servlet
Contains server-side support for testing Spring MVC applications.
org.springframework.test.web.servlet.request
Contains built-in RequestBuilder implementations.
org.springframework.test.web.servlet.result
Contains built-in ResultMatcher and ResultHandler implementations.
org.springframework.test.web.servlet.setup
Contains built-in MockMvcBuilder implementations.
spring-test