Verifies proper handling of JUnit's {@link org.junit.Ignore @Ignore} andSpring's {@link org.springframework.test.annotation.IfProfileValue @IfProfileValue}and {@link ProfileValueSourceConfiguration @ProfileValueSourceConfiguration}(with the implicit, default {@link ProfileValueSource}) annotations in conjunction with the {@link SpringJUnit4ClassRunner}.
Note that {@link TestExecutionListeners @TestExecutionListeners} isexplicitly configured with an empty list, thus disabling all default listeners.
@author Sam Brannen
@since 2.5
@see HardCodedProfileValueSourceSpringRunnerTests
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.