Improve Java logging (#8640)

This commit is contained in:
Hao Chen
2020-06-02 16:15:20 +08:00
committed by GitHub
parent 4cbbc15ca7
commit dc3e98890f
14 changed files with 158 additions and 219 deletions
@@ -22,7 +22,6 @@ public class TestProgressListener implements IInvokedMethodListener, ITestListen
@Override
public void beforeInvocation(IInvokedMethod method, ITestResult testResult) {
printInfo("INVOKE METHOD", getFullTestName(testResult));
}
@Override