Add a TestNG sanity Project

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 2.2
    • Component/s: None
    • None

      There has been a report of Clover incorrectly detecting TestNG test methods.
      It appears to also cause the TestNG runner to run more methods which are not tests.

      e.g.

      @BeforeTest
      public void setup() throws Exception { 
          // code in here 
      }
      
      @AfterTest
      public void cleanUp() {
          // code in here 
      }
      

      may be run as tests once instrumented with Clover2.

              Assignee:
              Geoff Crain (Inactive)
              Reporter:
              Nick
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: