| http://www.w3.org/ns/prov#value | - Unit tests are a good tool for two purposes: they are a fast and simple verification vehicle, allowing you to test your unit is responses to variety of external stimuli - either ones that you could think of while developing, or ones simulating conditions that led to a bug in your code (if these conditions can be reduced to a unit test, which may or may not be the case)
|