public class

QUnitTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.selenium.qunit.QUnitTest

Summary

Fields
protected int screenShotIndex
Public Constructors
QUnitTest(String component)
Public Methods
void testRunQUnitTests()
String toString()
Protected Methods
void captureScreenShot()
void captureScreenShot(String screenShotFileName)
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Fields

protected int screenShotIndex

Public Constructors

public QUnitTest (String component)

Public Methods

public void testRunQUnitTests ()

Throws
Throwable

public String toString ()

Protected Methods

protected void captureScreenShot ()

protected void captureScreenShot (String screenShotFileName)