http://www.w3.org/ns/prov#value | - Test Double is any object that takes the place of a production object for testing purposes.Mock is a type of Test Double that stands in for a production object whose behavior or attributes are directly used within the code under test and within the verification.
|