You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if we had a test suite that could be run as we make changes to prevent us from breaking things that currently work (as well as to make sure everything we have now works as expected). We should be able to create a "test" package and create JUnit test files that test all our different logic packages by doing things like simulating piece movements, simulating reading in an ACN file, writing out an ACN file, etc.
The text was updated successfully, but these errors were encountered:
I'm back again and was thinking it'd be a nice task to set up some JUnit tests.
Since I have never done this before: are there any guidelines on how and where to do this?
I've never actually done it before either, so I'm not sure where to point you. I should mention, I'm in the middle of doing some major refactoring to the code which I'm hoping to have pushed in the next day or two. It will basically change every file in the project, so you may want to hold off just a bit longer before you start on this.
It would be really nice if we had a test suite that could be run as we make changes to prevent us from breaking things that currently work (as well as to make sure everything we have now works as expected). We should be able to create a "test" package and create JUnit test files that test all our different logic packages by doing things like simulating piece movements, simulating reading in an ACN file, writing out an ACN file, etc.
The text was updated successfully, but these errors were encountered: