Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create JUnit Tests #82

Open
drewhannay opened this issue Sep 3, 2012 · 2 comments
Open

Create JUnit Tests #82

drewhannay opened this issue Sep 3, 2012 · 2 comments

Comments

@drewhannay
Copy link
Owner

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.

@TeunK
Copy link

TeunK commented Nov 3, 2013

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?

@drewhannay
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants