I know this question is not a hard one.
I want to implements jUnit on a small project I'm working on because I want to learn a little bit about it.
The tutorials that I read all make reference to method that have a particular output.
In my case my output are files, how can I do this? any simple example? any aproach that could help me with this?
the files are raw text files, that are build by a void private method.
Thanks for any helps with this.