JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with JUnit.
Reference:
http://www.vogella.com/tutorials/JUnit/article.html
http://www.vogella.com/tutorials/Mockito/article.html
Reference:
http://www.vogella.com/tutorials/JUnit/article.html
http://www.vogella.com/tutorials/Mockito/article.html
No comments:
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.