程序包 cn.taketoday.test.context.junit4.rules
@NonNullApi
@NonNullFields
package cn.taketoday.test.context.junit4.rules
Custom JUnit 4
Rules used in the TestContext Framework.-
类类说明
ApplicationClassRuleis a custom JUnitTestRulethat supports class-level features of the TestContext Framework in standard JUnit tests by means of theTestContextManagerand associated support classes and annotations.ApplicationMethodRuleis a custom JUnit 4MethodRulethat supports instance-level and method-level features of the TestContext Framework in standard JUnit tests by means of theTestContextManagerand associated support classes and annotations.