We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696d78c commit 5054802Copy full SHA for 5054802
spring-framework-reference/src/testing.xml
@@ -635,7 +635,8 @@ public void testProcessWithoutTransaction() {
635
<classname>ProfileValueSource</classname> returns a matching
636
<literal>value</literal> for the provided <literal>name</literal>,
637
the test will be enabled. This annotation can be applied to an
638
- entire class or individual methods.</para>
+ entire class or individual methods. Class-level usage overrides
639
+ method-level usage.</para>
640
641
<programlisting language="java">@IfProfileValue(name="java.vendor", value="Sun Microsystems Inc.")
642
@Test
0 commit comments