类的使用
cn.taketoday.test.context.support.TestPropertySourceAttributes
-
cn.taketoday.test.context.support中TestPropertySourceAttributes的使用
修饰符和类型方法说明private static TestPropertySourceAttributesTestPropertySourceUtils.mergeTestPropertySourceAttributes(List<TestPropertySourceAttributes> aggregatedAttributesList) 修饰符和类型方法说明private voidTestPropertySourceAttributes.assertSameBooleanAttribute(boolean expected, boolean actual, String attributeName, TestPropertySourceAttributes that) private static booleanTestPropertySourceUtils.duplicationDetected(TestPropertySourceAttributes currentAttributes, TestPropertySourceAttributes previousAttributes) private voidTestPropertySourceAttributes.mergePropertiesAndLocationsFrom(TestPropertySourceAttributes attributes) (专用程序包) voidTestPropertySourceAttributes.mergeWith(TestPropertySourceAttributes attributes) Merge thisTestPropertySourceAttributesinstance with the suppliedTestPropertySourceAttributes, asserting that the two sets of test property source attributes have identical values for theTestPropertySource.inheritLocations()andTestPropertySource.inheritProperties()flags and that the two underlying annotations were declared on the same class.修饰符和类型方法说明private static List<cn.taketoday.core.io.PropertySourceDescriptor>TestPropertySourceUtils.mergeLocations(List<TestPropertySourceAttributes> attributesList) private static String[]TestPropertySourceUtils.mergeProperties(List<TestPropertySourceAttributes> attributesList) private static TestPropertySourceAttributesTestPropertySourceUtils.mergeTestPropertySourceAttributes(List<TestPropertySourceAttributes> aggregatedAttributesList)