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

Added a small test suite #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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