1. 29 8月, 2016 6 次提交
    • S
      Disallow empty expression in @DisabledIf · 54d6f250
      Sam Brannen 提交于
      This commit ensures that a user provides a non-empty expression in
      declarations of @DisabledIf.
      
      Issue: SPR-14614
      54d6f250
    • J
      Avoid collection lookups in StompCommand · 899ebd8e
      Juergen Hoeller 提交于
      Issue: SPR-14636
      899ebd8e
    • J
      Consistent use of JDK 7 AssertionError with root cause · 728a5481
      Juergen Hoeller 提交于
      Issue: SPR-13188
      728a5481
    • S
      Merge pull request #1144 from ttddyy/SPR-14614 · 655097a3
      Sam Brannen 提交于
      * ttddyy-SPR-14614:
        Revise @DisabledIf support for JUnit Jupiter
        Introduce @DisabledIf annotation for JUnit 5
      655097a3
    • S
      Revise @DisabledIf support for JUnit Jupiter · 19369094
      Sam Brannen 提交于
      - Extracted stand-alone DisabledIfCondition from the SpringExtension
        so that the condition is only evaluated when necessary.
      
      - Simplified implementation of DisabledIfCondition.
      
      - Overhauled and extended logging in DisabledIfCondition.
      
      - DisabledIfCondition now throws an IllegalStateException if @DisabledIf
        is not present on the test element or if the expression does not
        evaluate to a String or Boolean.
      
      - Each generated ConditionEvaluationResult now includes the actual
        expression in the default reason.
      
      - @DisabledIf is now auto-configured to be evaluated by the
        DisabledIfCondition since it is now meta-annotated with
        @ExtendWith(DisabledIfCondition.class)
      
      - Overhauled documentation for @DisabledIf and provided standard
        examples as well as an @DisabledOnMac annotation to demonstrate
        support for custom composed annotations.
      
      Issue: SPR-14614
      19369094
    • T
      Introduce @DisabledIf annotation for JUnit 5 · c03f6c6d
      Tadaya Tsuyukubo 提交于
      This commit introduces @DisabledIf annotation that takes SpEL as a
      condition.  The condition is evaluated at run time whether to disable
      JUnit 5 (Jupiter) test method/class.
      
      Issue: SPR-14614
      c03f6c6d
  2. 28 8月, 2016 1 次提交
  3. 27 8月, 2016 2 次提交
  4. 26 8月, 2016 9 次提交
  5. 25 8月, 2016 8 次提交
  6. 24 8月, 2016 5 次提交
  7. 23 8月, 2016 5 次提交
  8. 22 8月, 2016 3 次提交
  9. 20 8月, 2016 1 次提交