Samstag, 7. November 2009

Cleanup in the tests

The tests have not been implemented very "nice". CompilationUnits got created but did not get deleted after the test run. Tonight I added cleanup code to the test methods which created java files. At first I made a mistake and tried to delete the primary type and was wondering why the java files still existed, now I call delete on the corresponding compilation unit and the tests run fine and much faster now after all of the refactorings :-)

Keine Kommentare: