JUnit for C# Developers 4 – BDD, Mocks, and Matchers
This is yet another in my series of posts on using JUnit from the perspective of a C# developer. Goals Today, I have the following goals in my quest for JUnit TDD proficiency. Use a BDD-style testing scheme with nested classes. Use mocking framework to verify method call Use mocking framework to verify method call…
