Skip to content

Conversation

@dmmiller612
Copy link

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.

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file needs to go.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant