Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.ci
Class AutoBalanceTestCase

java.lang.Object
  extended by com.liferay.portal.kernel.test.ci.AutoBalanceTestCase

public abstract class AutoBalanceTestCase
extends Object


Field Summary
protected static int testClassGroupIndex
           
protected static int testClassGroupsSize
           
 
Constructor Summary
AutoBalanceTestCase()
           
 
Method Summary
protected static boolean isCIMode()
           
static void setUpClass()
           
protected static
<T> T[]
slice(T[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testClassGroupIndex

protected static int testClassGroupIndex

testClassGroupsSize

protected static int testClassGroupsSize
Constructor Detail

AutoBalanceTestCase

public AutoBalanceTestCase()
Method Detail

setUpClass

public static void setUpClass()

isCIMode

protected static boolean isCIMode()

slice

protected static <T> T[] slice(T[] array)

Liferay 7.0-ce-b4