aqa-systemtest icon indicating copy to clipboard operation
aqa-systemtest copied to clipboard

Standardize the inconsistent logging, asserting, and println approach in JLM system tests

Open Mesbah-Alam opened this issue 7 years ago • 0 comments

The reporting and error logging approach in JLM tests is inconsistent. Some of the tests generate "CSV" data files where some info is logged. The rest go into standard err and out. There are also some tests (e.g. VMLogger, where a log file is used to log detailed results of what the invoked Bean API's return. The output handling is not standardized in general.

This issue will track the work of standardizing the inconsistent logging, asserting, and println approach in JLM system tests

Mesbah-Alam avatar Mar 29 '18 18:03 Mesbah-Alam