org.fest.swing.junit.runner
Class GUITestRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.fest.swing.junit.v4_3_1.runner.GUITestRunner
          extended by org.fest.swing.junit.runner.GUITestRunner

Deprecated. use GUITestRunner instead.

@Deprecated
public class GUITestRunner
extends GUITestRunner

Understands a JUnit 4.3.1 test runner that takes a screenshot of a failed GUI test.

Author:
Alex Ruiz, Yvonne Wang

Constructor Summary
GUITestRunner(Class<?> testClass)
          Deprecated. use GUITestRunner instead.
 
Method Summary
 
Methods inherited from class org.fest.swing.junit.v4_3_1.runner.GUITestRunner
getDescription, run
 
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

GUITestRunner

@Deprecated
public GUITestRunner(Class<?> testClass)
              throws org.junit.internal.runners.InitializationError
Deprecated. use GUITestRunner instead.

Creates a new GUITestRunner.

Parameters:
testClass - the class containing the tests to run.
Throws:
org.junit.internal.runners.InitializationError - if something goes wrong when creating this runner.


Copyright © 2007-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.