We should set up a global mediator inside of plugin_runner that has a list of instanceof checks to perform on imported items. Whenever a check matches, it will proxy that item via the specific middleware for that instanceof check.
This would attach to assertions by detecting imported TestCases and instantiating them appropriately.
We would use a mediator so we have nice global add/get methods.
We should set up a global mediator inside of
plugin_runner
that has a list ofinstanceof
checks to perform on imported items. Whenever a check matches, it will proxy that item via the specific middleware for thatinstanceof
check.This would attach to assertions by detecting imported
TestCases
and instantiating them appropriately.We would use a mediator so we have nice global
add
/get
methods.