FAU-Inf2 / AuDoscore

AuDoscore is an extension of JUnit that is used to evaluate Java programming exercises.
Apache License 2.0
5 stars 1 forks source link

Reset static variables after test execution. #14

Closed meisterT closed 9 years ago

meisterT commented 10 years ago

If the student code make use of global/static variables, these may never be resetted between test cases. Add option to automatically reset these.

meisterT commented 9 years ago

solved with #15