diff --git a/spring-framework-reference/src/testing.xml b/spring-framework-reference/src/testing.xml index 596ffeeb1d..840fbfc20a 100644 --- a/spring-framework-reference/src/testing.xml +++ b/spring-framework-reference/src/testing.xml @@ -635,7 +635,8 @@ public void testProcessWithoutTransaction() { ProfileValueSource returns a matching value for the provided name, the test will be enabled. This annotation can be applied to an - entire class or individual methods. + entire class or individual methods. Class-level usage overrides + method-level usage. @IfProfileValue(name="java.vendor", value="Sun Microsystems Inc.") @Test