com.atlassian.jira.webtest.webdriver.setup
Class CargoSuiteRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by com.atlassian.jira.webtest.webdriver.setup.CargoSuiteRunner
All Implemented Interfaces:
org.junit.runner.Describable

public class CargoSuiteRunner
extends org.junit.runner.Runner

Proxy runner to create cargo-enabled runner.

Since:
v4.4

Constructor Summary
CargoSuiteRunner(Class<?> webTestSuiteClass)
           
 
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

CargoSuiteRunner

public CargoSuiteRunner(Class<?> webTestSuiteClass)
                 throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
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 © 2002-2014 Atlassian. All Rights Reserved.