ABAGAIL icon indicating copy to clipboard operation
ABAGAIL copied to clipboard

Added a small test suite

Open dmmiller612 opened this issue 9 years ago • 0 comments

I saw that you guys didn't want any external dependencies, so I decided to create a test suite from scratch. To run the tests, just type 'ant test'. I thought before others start adding tests, this should be added.

To create a test, the file needs to live under src/test/unit . To create a test method, the method must start with the name "test". So for example, "testSomething" will be ran again the tester, but "randomMethod" will not be.

dmmiller612 avatar Feb 25 '16 03:02 dmmiller612