Tagged Questions
5
votes
4answers
328 views
Using the main method of classes for debugging?
It is good practice to use the main method to test a java/.net class?
I've seen it reccommended in some text books, but to me it seems like using a unit testing framework would make more sense...
...