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