1. 05 7月, 2016 1 次提交
    • S
      Introduce support for JUnit 5 in the TestContext framework · 873fc53a
      Sam Brannen 提交于
      This commit introduces initial support for JUnit Jupiter (i.e., the new
      programming and extension models in JUnit 5) in the Spring TestContext
      Framework.
      
      Specifically, this commit introduces the following.
      
      - SpringExtension: an implementation of multiple extension APIs from
        JUnit Jupiter that provides full support for the existing feature set
        of the Spring TestContext Framework. This support is enabled via
        @ExtendWith(SpringExtension.class).
      
      - @SpringJUnitConfig: a composed annotation that combines
        @ExtendWith(SpringExtension.class) from JUnit Jupiter with
        @ContextConfiguration from the Spring TestContext Framework.
      
      - @SpringJUnitWebConfig: a composed annotation that combines
        @ExtendWith(SpringExtension.class) from JUnit Jupiter with
        @ContextConfiguration and @WebAppConfiguration from the Spring
        TestContext Framework.
      
      Issue: SPR-13575
      873fc53a
  2. 04 7月, 2016 6 次提交
  3. 02 7月, 2016 9 次提交
  4. 01 7月, 2016 18 次提交
  5. 30 6月, 2016 5 次提交
  6. 29 6月, 2016 1 次提交