程序包 cn.taketoday.test.context.junit4
@NonNullApi
@NonNullFields
package cn.taketoday.test.context.junit4
Support classes for integrating the TestContext Framework
with JUnit 4.12 or higher.
-
类类说明Abstract base test class which integrates the Infra TestContext Framework with explicit
ApplicationContexttesting support in a JUnit 4 environment.Abstract transactional extension ofAbstractJUnit4ContextTestswhich adds convenience functionality for JDBC access.Runneris an alias for theJUnit4ClassRunner.JUnit4ClassRunneris a custom extension of JUnit'sBlockJUnit4ClassRunnerwhich provides functionality of the TestContext Framework to standard JUnit tests by means of theTestContextManagerand associated support classes and annotations.