org.drools.simulation.impl
Class JUnitSimulationRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.drools.simulation.impl.JUnitSimulationRunner
All Implemented Interfaces:
org.junit.runner.Describable

public class JUnitSimulationRunner
extends org.junit.runner.Runner


Nested Class Summary
static class JUnitSimulationRunner.JunitCommandExecutionHandler
           
 
Constructor Summary
JUnitSimulationRunner(Class cls)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitSimulationRunner

public JUnitSimulationRunner(Class cls)
Method Detail

getDescription

public org.junit.runner.Description getDescription()
Specified by:
getDescription in interface org.junit.runner.Describable
Specified by:
getDescription in class org.junit.runner.Runner

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Specified by:
run in class org.junit.runner.Runner


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.