1. 10 12月, 2013 1 次提交
  2. 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
  3. 17 4月, 2013 1 次提交
    • K
      Marked various mode-link as inside. · 5f806d8f
      Kohsuke Kawaguchi 提交于
      Observations:
      
      - When marked inside, moving the mouse to <A> and clicking the context menu becomes easier,
        because you can move the mouse toward the hot spot area and it'll activate.
        Otherwise you have to move the mouse over to <A>, then move the mouse on the side, click it,
        then click the menu, which adds cognitive stress.
      
      - Marking model link as inside creates an empty space to the right of <A>, which looks
        odd if hyperlinks appear inline or if some other text follows it.
      
      Given that, my guiding principle for this change is:
      
      - any model link that is the last child of a block element gets marked as inside
      - I've adjust a few text to get rid of the single-letter training text after a model link,
        like "(#3)" to "- #3"
      - If another inline element follows a model link, leave it as is.
        This does create an ugly overlap.
      5f806d8f
  4. 29 2月, 2012 1 次提交
  5. 13 4月, 2011 1 次提交
  6. 20 3月, 2010 1 次提交
  7. 10 8月, 2009 1 次提交
    • H
      Merging in the junit branch. Lots of new features and bugfixes, including: · a1e93bf5
      huybrechts 提交于
      - support for TestAction that can contribute various things to any TestObject (packages, classes and methods), using the TestDataPublisher extension point. 
      Features include UI on the TestObject page, badges on the overview page, tasks in the side panel and annotating test output.
      - a junit-attachments plugin that uses this to record test attachments (files)
      - an extension to the claim plugin that offers claims on failing tests
      - editable test descriptions (on any TestObject)
      - a history page for all TestObjects (including test count and duration graph)
      - error details for failed tests are shown in a collapsed panel in test overview pages (package+class)
      - [FIXED HUDSON-3149] if file is .xml but does not parse, record a fake failing test
      - [FIXED HUDSON-1820] extra column displaying skipped tests
      - [HUDSON-2046] new test packages, classes and methods are shown in bold
      - [FIXED HUDSON-2228] test duration charts on all levels
      - [FIXED HUDSON-3451] expand environment variables in test results path
      
      
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20580 71c3de6d-444a-0410-be80-ed276b4c234a
      a1e93bf5
  8. 07 2月, 2009 1 次提交
  9. 17 3月, 2008 1 次提交
  10. 22 11月, 2007 1 次提交
  11. 06 11月, 2006 1 次提交