public class VMTest extends DistributedTestCase
VM class.| Modifier and Type | Class and Description |
|---|---|
protected static class |
VMTest.ClassWithByte |
protected static class |
VMTest.ClassWithLong |
protected static class |
VMTest.ClassWithString |
protected static class |
VMTest.InvokeRunnable |
static class |
VMTest.VMTestObject |
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2logPerTest, reconnect, system, testName| Modifier and Type | Method and Description |
|---|---|
static Integer |
getAndIncStaticCount() |
static Integer |
incrementStaticCount(Integer inc) |
static void |
incStaticCount() |
void |
notestInvokeInstance() |
void |
notestInvokeInstanceLong() |
void |
notestInvokeInstanceLongNotLong() |
void |
notestInvokeNonExistentMethod() |
void |
notestInvokeRunnable() |
void |
notestInvokeStaticBoolean() |
void |
notestInvokeStaticBooleanNotBoolean() |
void |
notestInvokeStaticLong() |
void |
notestInvokeStaticLongNotLong() |
protected static boolean |
remoteBooleanMethod()
Accessed via reflection.
|
protected static byte |
remoteByteMethod()
Accessed via reflection.
|
protected static long |
remoteLongMethod()
Accessed via reflection.
|
void |
testReturnValue() |
addExpectedException, addExpectedException, addHydraProperties, attachDebugger, checkBBFlag, cleanupAllVms, clearBBFlag, crashDistributedSystem, crashDistributedSystem, createLogWriter, disconnectAllFromDS, disconnectFromDS, dumpAllStacks, dumpMyThreads, dumpStack, dumpStack, dumpStack, dumpStackTrace, fail, getAllDistributedSystemProperties, getDistributedSystemProperties, getDUnitLocatorAddress, getDUnitLocatorPort, getDUnitLocatorString, getDUnitLogLevel, getIPLiteral, getLogWriter, getLonerSystem, getMcastSystem, getMcastSystem, getRepeatTimeoutMs, getServerHostName, getSystem, getSystem, getTestClass, getTestName, getUniqueName, getVMCount, incBBFlag, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVMRepeatingIfNecessary, invokeInLocator, invokeRepeatingIfNecessary, isConnectedToDS, join, noteTiming, pause, pause, perVMSetUp, realTearDown, setDiskStoreForGateway, setSystem, setTestName, setUp, staticPause, tearDown, tearDown2, unregisterAllDataSerializersFromAllVms, unregisterDataSerializerInThisVM, unregisterInstantiatorsInThisVM, waitForBBFlag, waitForCriterion, waitMutexassertEquals, 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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic VMTest(String name)
public void notestInvokeNonExistentMethod()
protected static byte remoteByteMethod()
public void notestInvokeStaticBoolean()
protected static boolean remoteBooleanMethod()
public void notestInvokeStaticBooleanNotBoolean()
public void notestInvokeStaticLong()
protected static long remoteLongMethod()
public void notestInvokeStaticLongNotLong()
public void notestInvokeInstanceLong()
public void notestInvokeInstanceLongNotLong()
public void notestInvokeInstance()
public void notestInvokeRunnable()
public static Integer getAndIncStaticCount()
public static void incStaticCount()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.