svoid addTestToScorer(Scorer scorer, Runnable test) { if (test == null) ret; try { test.run(); scorer.addOK(); } catch print e { scorer.addError(); } }