Simple unit test to verify the expected functionality of standard JUnit 4.4+ testing features.
Currently testing: {@link Test @Test} (including expected exceptions andtimeouts), {@link BeforeClass @BeforeClass}, {@link Before @Before}, and assumptions.
Due to the fact that JUnit does not guarantee a particular ordering of test method execution, the following are currently not tested: {@link org.junit.AfterClass @AfterClass} and {@link org.junit.After @After}.
@author Sam Brannen
@since 2.5
@see StandardJUnit4FeaturesSpringRunnerTests