All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.test.context.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.13
Show newest version
/**
 * 

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. The same * techniques and annotation-based configuration used in, for example, a * JUnit 3.8 environment can also be applied to tests written with JUnit * 4.5+, TestNG, etc.

* *

In addition to providing generic and extensible testing * infrastructure, the Spring TestContext Framework provides out-of-the-box * support for Spring-specific integration testing functionality such as * context management and caching, dependency injection of test fixtures, * and transactional test management with default rollback semantics.

*/ package org.springframework.test.context;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy