1. 04 5月, 2015 16 次提交
  2. 03 5月, 2015 2 次提交
  3. 02 5月, 2015 1 次提交
  4. 30 4月, 2015 2 次提交
  5. 27 4月, 2015 4 次提交
  6. 26 4月, 2015 2 次提交
    • S
      Document return values in AnnotatedElementUtils · 99cc7d56
      Sam Brannen 提交于
      This commit documents return values throughout AnnotatedElementUtils and
      improves the documentation for the internal Processor API.
      
      Issue: SPR-11514
      99cc7d56
    • S
      Fail if multiple @BootstrapWith's are present · e85e9768
      Sam Brannen 提交于
      Prior to this commit it was possible for two @BootstrapWith annotations
      to be 'present' on a test class -- for example, via competing custom
      composed annotations. However, only one of the annotations will ever be
      used to bootstrap the TestContext Framework. Thus, in such scenarios
      one of the annotations will be silently ignored.
      
      This commit introduces a check for such scenarios. BootstrapUtils'
      resolveTestContextBootstrapper() method now throws an
      IllegalStateException if more than one @BootstrapWith annotation is
      'present' on a given test class.
      
      Issue: SPR-12602
      e85e9768
  7. 25 4月, 2015 4 次提交
  8. 24 4月, 2015 7 次提交
  9. 23 4月, 2015 2 次提交