Java
Test Doubles and Mocking Concepts in Java
A test double stands in for a real dependency so a unit can be tested in isolation, quickly and predictably.
Automated testing in Java.
2 notes tagged
A test double stands in for a real dependency so a unit can be tested in isolation, quickly and predictably.
A unit test runs a small piece of code with known input and asserts the result, automatically and repeatedly.