jdi-templates/jdi-light-testng-template

Only a suggestion. Maybe it'll be good to move strings like "FAILED", "PASSED", "ERROR: ", etc. to separate static final String variables

sergei820 opened this issue · 1 comments

Maybe it'll be good to move next strings:
"PASSED",
"FAILED",
"SKIPPED",
"ERROR: ",
"UNKNOWN ERROR"
to separate static final String variables
variables java

@sergei820 you can create a PR in this repo to change it.
This is demo class for logging results, can not be used