softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Fix XML file not created error #387

Closed 19mdavenport closed 3 months ago

19mdavenport commented 3 months ago

If an exception is thrown from a BeforeAll annotated method junit does not create the output xml file. As a result, an exception is thrown, and the true cause of the error is not reported to the student. This adds a check for the file existing and exits early if it does not. The student will be able to see the stack trace of the error as it will be in the junit process error output