public abstract class

AbstractClusteredTestCase

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.cluster.AbstractClusteredTestCase
Known Direct Subclasses

Class Overview

Base class for tests which test two nodes in a cluster concurrently.

Summary

Fields
protected Node node1
protected Node node2
Public Constructors
AbstractClusteredTestCase()
Protected Methods
void setUp()
void tearDown()
[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 Node node1

protected Node node2

Public Constructors

public AbstractClusteredTestCase ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception