ch.qos.mistletoe.core
Class MistletoeCore

java.lang.Object
  extended by ch.qos.mistletoe.core.MistletoeCore

public class MistletoeCore
extends Object


Constructor Summary
MistletoeCore(Class<?> targetClass)
           
MistletoeCore(String targetClassStr)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 org.junit.runner.Result getResult()
           
 StopWatchRunListener getStopWatchRunListener()
           
 boolean hasAssociatedFailures(org.junit.runner.Description d)
           
 TestReport run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MistletoeCore

public MistletoeCore(Class<?> targetClass)

MistletoeCore

public MistletoeCore(String targetClassStr)
              throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getDescription

public org.junit.runner.Description getDescription()

getResult

public org.junit.runner.Result getResult()

getStopWatchRunListener

public StopWatchRunListener getStopWatchRunListener()

run

public TestReport run()

hasAssociatedFailures

public boolean hasAssociatedFailures(org.junit.runner.Description d)


Copyright © 2009-2013 QOS.ch. All Rights Reserved.