com.atlassian.confluence.api
Class AbstractAcceptanceTest

java.lang.Object
  extended by com.atlassian.confluence.api.AbstractAcceptanceTest
Direct Known Subclasses:
AbstractRemoteServiceAcceptanceTest, CommentsBenchmarkAcceptanceTest, RemoteServiceExceptionAcceptanceTest

public abstract class AbstractAcceptanceTest
extends java.lang.Object

The most basic acceptance test parent, with AcceptanceTestHelper and ConfluenceRpc fields.


Field Summary
protected  ConfluenceRpc rpc
           
protected  AcceptanceTestHelper testHelper
           
 org.junit.rules.TestName testName
           
 
Constructor Summary
AbstractAcceptanceTest()
           
 
Method Summary
 void commonSetUp()
           
protected  com.google.common.base.Supplier exceptionSupplier(java.lang.String msg)
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testHelper

protected final AcceptanceTestHelper testHelper

testName

public org.junit.rules.TestName testName

rpc

protected ConfluenceRpc rpc
Constructor Detail

AbstractAcceptanceTest

public AbstractAcceptanceTest()
Method Detail

commonSetUp

public final void commonSetUp()
                       throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

exceptionSupplier

protected com.google.common.base.Supplier exceptionSupplier(java.lang.String msg)


Copyright © 2003-2014 Atlassian. All Rights Reserved.