org.fest.swing.junit.runner
Class GUITestRunner
java.lang.Object
org.junit.runner.Runner
org.fest.swing.junit.v4_3_1.runner.GUITestRunner
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.