MadCoderZ / NewsBotIRC

NewsBotIRC - Java IRC Bot with RSS feed reader
MIT License
3 stars 2 forks source link

Add Unit Testing support #18

Closed gpoppino closed 7 years ago

gpoppino commented 7 years ago

Just add at least one unit test to the bot for a start.

What could be tested? A good candidate is the NewsReader class and its methods:

Also consider subscribing to Travis CI for Continuous Integration support.

gpoppino commented 7 years ago

Added unit testing for class NewsReader and integrated the repository with Travis CI.

Considered closed!