static int RunTests () { StdOutContext context; return context.run (); }
static void RunTests () { StdOutContext context; context.run (); }