Skip to content

Commit

Permalink
Updated the test by removing the sys errs
Browse files Browse the repository at this point in the history
  • Loading branch information
email2vimalraj committed Oct 25, 2016
1 parent 4649ea7 commit a47aa4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/test/TestNgTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ public void afterMethod(ITestResult iTestResult) throws IOException {

@Test(groups = {"group1"})
public void simpleTest() {
System.err.println("This is simple test - Thread: " + Thread.currentThread().getId());
Reporter.log("Simple test");
Reporter.log("Another log");
}

@Test(groups = {"group2"})
public void anotherSimpleTest() {
System.err.println("This is another simple test - Thread: " + Thread.currentThread().getId());
Reporter.log("Another Simple test");
}
}

0 comments on commit a47aa4b

Please sign in to comment.