1. 06 6月, 2013 4 次提交
  2. 03 6月, 2013 3 次提交
  3. 31 5月, 2013 2 次提交
  4. 30 5月, 2013 3 次提交
  5. 28 5月, 2013 3 次提交
  6. 25 5月, 2013 1 次提交
  7. 24 5月, 2013 3 次提交
  8. 23 5月, 2013 2 次提交
  9. 21 5月, 2013 1 次提交
  10. 19 5月, 2013 2 次提交
  11. 16 5月, 2013 1 次提交
  12. 15 5月, 2013 1 次提交
  13. 14 5月, 2013 2 次提交
  14. 13 5月, 2013 1 次提交
  15. 11 5月, 2013 1 次提交
  16. 08 5月, 2013 1 次提交
  17. 07 5月, 2013 5 次提交
  18. 05 5月, 2013 1 次提交
  19. 03 5月, 2013 1 次提交
    • D
      Add extension point to rewrite JUnit test names · d658f55c
      Donny Nadolny 提交于
      This adds an extension point, TestNameTransformer, which is called to transform JUnit test case names.
      This is useful for JVM languages like scala which are more flexible than java with identifier naming.
      Scala, for example, allows you to write test names between back ticks, and then encodes the name using valid java identifiers.
      This extension point would allow a plugin to transform those names back in to readable names when they are displayed on the test result page.
      d658f55c
  20. 02 5月, 2013 2 次提交