Remove System.out.println from tests

This commit is contained in:
Mahmoud Ben Hassine
2023-06-07 15:14:27 +02:00
parent 12b412f60a
commit 98c426ca4f
15 changed files with 17 additions and 41 deletions

View File

@@ -80,9 +80,6 @@ class StepScopeAnnotatedListenerIntegrationTests {
@AfterStep
public ExitStatus exploitState(StepExecution stepExecution) {
System.out.println("******************************");
System.out.println(" READING RESULTS : " + list.size());
return stepExecution.getExitStatus();
}