Indeed. See also: http://en.wikipedia.org/wiki/Unit_testing
"Ideally, each test case is independent from the others; mock objects and test harnesses can be used to assist testing a module in isolation."
Rob
2007/11/6, Merlijn van Deen valhallasw@arctus.nl:
Let me check if I understand unit testing then: the only functions that will need unit testing with a 'live test wiki' would be the functions that either put or read from the wiki, correct? Any other functions that do processing should just use a test text; i.e. externalLinks() should read from a test text saved and return the links therein?