And did what Tom suggested work? The way the wirin...
# plugins
h
And did what Tom suggested work? The way the wiring should work is that
MyTestFieldSet
has the fields needed to run tests. The
test
goal iterates over all fieldset types in the
TestFieldSet
union and calls out to any rules that know how to turn one of those into a
TestResult
. So registering
UnionRule(TestFieldSet, MyTestFieldSet)
is the key concept