Package org.rascalmpl.interpreter

Examples of org.rascalmpl.interpreter.TestEvaluator


      desc = getDescription();
    }
    notifier.fireTestRunStarted(desc);

    for (Description mod : desc.getChildren()) {
      TestEvaluator runner = new TestEvaluator(evaluator, new Listener(notifier, mod));
      runner.test(mod.getDisplayName());
    }
   
    notifier.fireTestRunFinished(new Result());
  }
View Full Code Here

TOP

Related Classes of org.rascalmpl.interpreter.TestEvaluator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.