1. 18 4月, 2015 1 次提交
  2. 17 4月, 2015 14 次提交
  3. 16 4月, 2015 4 次提交
  4. 15 4月, 2015 9 次提交
  5. 14 4月, 2015 8 次提交
  6. 10 4月, 2015 2 次提交
  7. 09 4月, 2015 1 次提交
    • S
      Support static fields in ReflectionTestUtils · 063ef240
      Sam Brannen 提交于
      Prior to this commit it was possible to set or get a static field using
      ReflectionTestUtils but only if an instance of the target class was
      available.
      
      This commit introduces dedicated support for setting and getting static
      fields in ReflectionTestUtils when only the target class is available.
      
      Furthermore, this commit increases the robustness of
      ReflectionTestUtilsTests regarding expected exceptions and simplifies
      the Javadoc for ReflectionTestUtils.
      
      Issue: SPR-6792
      063ef240
  8. 08 4月, 2015 1 次提交