cz.zcu.validationserver.junit
Class JUnitInvoker

java.lang.Object
  extended by cz.zcu.validationserver.junit.JUnitInvoker

public class JUnitInvoker
extends java.lang.Object

Trida slouzi ke spousteni JUnit testu User: lvalenta Date: 5.10.2010 Time: 12:57:27 To change this template use File | Settings | File Templates.


Constructor Summary
JUnitInvoker()
           
 
Method Summary
private static void captureScreen()
           
static TestResult executeTest(java.lang.String className)
           
static void main(java.lang.String[] args)
           
private static void printFailures(java.util.Enumeration enumeration, int pocet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitInvoker

public JUnitInvoker()
Method Detail

executeTest

public static TestResult executeTest(java.lang.String className)
                              throws java.lang.ClassNotFoundException,
                                     java.lang.IllegalAccessException,
                                     java.lang.InstantiationException,
                                     java.net.MalformedURLException,
                                     java.lang.NoSuchMethodException,
                                     java.lang.reflect.InvocationTargetException
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.net.MalformedURLException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException

printFailures

private static void printFailures(java.util.Enumeration enumeration,
                                  int pocet)

main

public static void main(java.lang.String[] args)
                 throws java.net.MalformedURLException,
                        java.lang.ClassNotFoundException,
                        java.lang.InstantiationException,
                        java.lang.IllegalAccessException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.NoSuchMethodException
Throws:
java.net.MalformedURLException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException

captureScreen

private static void captureScreen()


Copyright © 2007 University of West Bohemia, KIV, author Lukas Valenta (lvalenta at civ.zcu.cz). All Rights Reserved. Build date 20110415.