
8 Oct
2009
8 Oct
'09
4:14 p.m.
Robert Goldman writes:
2. Returning a single operation isn't enough, is it? For example, if I have system X, with sub-systems A, B, and C, I may be testing A, B, and C, so my traversal would have to gather up the three subsidiary test-op entities and either package them into the parent test-op object, or rip the test results out of them and push them into the parent test-op object. I don't believe the plan-then-execute logic of ASDF makes this easy, but I may be wrong.
Does performing TEST-OP on a sytem really result in testing all the system's dependencies? Or did you mean something else? -T.