Closed macro187 closed 6 years ago
Runners are still doing too much, e.g. results tabulation, "success" decision logic, and maybe more.
Reify method, test, class, and assembly result information as types in a new Results namespace.
Results
Teach *End events to carry results using those types.
*End
Shift logic that aggregates finer-grained event(s) into *End results into a new ResultBuilderEventHandler or similar.
ResultBuilderEventHandler
???
Done
Runners are still doing too much, e.g. results tabulation, "success" decision logic, and maybe more.
Reify method, test, class, and assembly result information as types in a new
Results
namespace.Teach
*End
events to carry results using those types.Shift logic that aggregates finer-grained event(s) into
*End
results into a newResultBuilderEventHandler
or similar.???