com.atlassian.confluence.selenium.qunit
Class QUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.selenium.qunit.QUnitTest
All Implemented Interfaces:
junit.framework.Test

public class QUnitTest
extends junit.framework.TestCase


Field Summary
protected  int screenShotIndex
           
 
Constructor Summary
QUnitTest(String component)
           
 
Method Summary
protected  void captureScreenShot()
           
protected  void captureScreenShot(String screenShotFileName)
           
 void testRunQUnitTests()
           
 String toString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

screenShotIndex

protected int screenShotIndex
Constructor Detail

QUnitTest

public QUnitTest(String component)
Method Detail

testRunQUnitTests

public void testRunQUnitTests()
                       throws Throwable
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class junit.framework.TestCase

captureScreenShot

protected void captureScreenShot(String screenShotFileName)

captureScreenShot

protected void captureScreenShot()


Copyright © 2003-2011 Atlassian. All Rights Reserved.