spring-framework/spring-test
Sam Brannen 300d41840b Fix JDK7 method order-dependent issues in SRCCT
SpringRunnerContextCacheTests suffers from JDK7-related non-determinism
in values returned from Class#getDeclaredMethods(), which in turn
affects JUnit and its execution of @Test methods.

This commit addresses this issue by introducing an
OrderedMethodsSpringJUnit4ClassRunner that sorts the test methods
alphabetically, which is actually required for
SpringRunnerContextCacheTests to work properly.

Issue: SPR-9789
2012-10-13 20:29:59 +02:00
..
src Fix JDK7 method order-dependent issues in SRCCT 2012-10-13 20:29:59 +02:00
.springBeans Support session & request scoped beans in the TCF 2012-10-13 19:50:31 +02:00