Merge pull request #10109 from danieltaylor/patch-1
change "Aborted" to "Failed" under testFailed()
This commit is contained in:
commit
696f2d80af
@ -46,7 +46,7 @@ public class TestResultLoggerExtension implements TestWatcher, AfterAllCallback
|
||||
|
||||
@Override
|
||||
public void testFailed(ExtensionContext context, Throwable cause) {
|
||||
LOG.info("Test Aborted for test {}: ", context.getDisplayName());
|
||||
LOG.info("Test Failed for test {}: ", context.getDisplayName());
|
||||
|
||||
testResultsStatus.add(TestResultStatus.FAILED);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user