Enum Class的使用
cn.taketoday.test.context.NestedTestConfiguration.EnclosingConfiguration
程序包
说明
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.
-
cn.taketoday.test.context中NestedTestConfiguration.EnclosingConfiguration的使用
修饰符和类型字段说明private static NestedTestConfiguration.EnclosingConfigurationTestContextAnnotationUtils.defaultEnclosingConfigurationMode修饰符和类型字段说明private static final cn.taketoday.util.ConcurrentLruCache<Class<?>,NestedTestConfiguration.EnclosingConfiguration> TestContextAnnotationUtils.cachedEnclosingConfigurationModes修饰符和类型方法说明Get theEnclosingConfigurationenum constant with the supplied name, ignoring case.private static NestedTestConfiguration.EnclosingConfigurationTestContextAnnotationUtils.getDefaultEnclosingConfigurationMode()private static NestedTestConfiguration.EnclosingConfigurationTestContextAnnotationUtils.getEnclosingConfiguration(Class<?> clazz) Get theNestedTestConfiguration.EnclosingConfigurationmode for the supplied class.private static NestedTestConfiguration.EnclosingConfigurationTestContextAnnotationUtils.lookUpEnclosingConfiguration(Class<?> clazz) Returns the enum constant of this class with the specified name.NestedTestConfiguration.EnclosingConfiguration.values()Returns an array containing the constants of this enum class, in the order they are declared.