程序包 cn.taketoday.test.context


@NonNullApi @NonNullFields package cn.taketoday.test.context
This package contains the 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 environment can also be applied to tests written with TestNG, etc.

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