程序包的使用
cn.taketoday.test.annotation
程序包
说明
Support classes for annotation-driven tests.
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.
Support for context caching within the TestContext Framework.
Support classes for the TestContext Framework.
-
类说明Defines modes which determine how
@DirtiesContextis interpreted when used to annotate a test class.Defines modes which determine how the context cache is cleared when@DirtiesContextis used in a test whose context is configured as part of a hierarchy via@ContextHierarchy.Defines modes which determine how@DirtiesContextis interpreted when used to annotate a test method.Test annotation for use with JUnit 4 to indicate whether a test is enabled or disabled for a specific testing profile.Strategy interface for retrieving profile values for a given testing environment.@Rollbackis a test annotation that is used to indicate whether a test-managed transaction should be rolled back after the test method has completed.Implementation ofProfileValueSourcewhich uses system properties as the underlying source. -
类说明Defines modes which determine how the context cache is cleared when
@DirtiesContextis used in a test whose context is configured as part of a hierarchy via@ContextHierarchy. -
类说明Defines modes which determine how the context cache is cleared when
@DirtiesContextis used in a test whose context is configured as part of a hierarchy via@ContextHierarchy. -
类说明Defines modes which determine how
@DirtiesContextis interpreted when used to annotate a test class.Defines modes which determine how the context cache is cleared when@DirtiesContextis used in a test whose context is configured as part of a hierarchy via@ContextHierarchy.Defines modes which determine how@DirtiesContextis interpreted when used to annotate a test method.