Mixermachine / base-test

Automated testing of Java classes via reflections
21 stars 3 forks source link

Collect logs of test executions for better visibility of errors #52

Open Mixermachine opened 4 years ago

Mixermachine commented 4 years ago

Correctly the singleThreadExecuter executes all test in a row. Errors are displayed above the final result and thus it might be unclear what actually failed the specific test.

Collect the error logs and display them in the final result