Simple check for whether execution should continue after unit tests have been run. Works with legacy code that expected a bool return.
true if execution should continue after testing is complete, false if not.
See Implementation
Simple check for whether execution should continue after unit tests have been run. Works with legacy code that expected a bool return.