Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Update the log message for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcoulthard committed Nov 4, 2024
1 parent fcc9e58 commit 55a29eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void invoke(@NotNull ITestRunManagers managers, Object testClassObject, G
if (this.testStructureMethod.getException() != null) {
exception = "\n" + this.testStructureMethod.getException();
}
logger.info(TestClassWrapper.LOG_ENDING + TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS
logger.error(TestClassWrapper.LOG_ENDING + TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS
+ TestClassWrapper.LOG_START_LINE + "*** " + this.result.getName() + " - Test method "
+ testClass.getName() + "#" + excecutionMethod.getName() + methodType
+ TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS + exception);
Expand Down

0 comments on commit 55a29eb

Please sign in to comment.