PPT Slide
Given some information about the implementation, we want to
take advantage of this in our testing.
Example: If container is known to be implemented as red-black
tree, don’t build the trees, but specify the inputs to test these
Implementation-Dependent:
Given the exact method of implementation, base tests on this; less
desirable, because implementation details could change, in this
library or from one library to another.