public class ResumableApiTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResumableApiTest |
testInstance |
| Constructor and Description |
|---|
ResumableApiTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HydraTask_concSuspend()
Test to have many threads trying to resume a suspended thread.
|
static void |
HydraTask_initExtraVm()
Initialize the extra vm.
|
static void |
HydraTask_initialize()
Creates and initializes a server or peer.
|
static void |
HydraTask_txCommits()
Test api calls on a TransactionId that completes by committing.
|
static void |
HydraTask_txDoesNotExist()
Test api calls with a txId that does not exist in this jvm.
|
static void |
HydraTask_txIsBusy()
Test api calls on a TransactionId that is busy in this jvm.
|
static void |
HydraTask_txRollsBack()
Test api calls on a TransactionId that completes by rolling back.
|
static void |
HydraTask_txSuspends()
Test api calls on a TransactionId that completes by suspending.
|
public static ResumableApiTest testInstance
public static void HydraTask_initialize()
public static void HydraTask_initExtraVm()
public static void HydraTask_txDoesNotExist()
public static void HydraTask_txIsBusy()
throws Throwable
Throwablepublic static void HydraTask_txCommits()
public static void HydraTask_txRollsBack()
public static void HydraTask_txSuspends()
public static void HydraTask_concSuspend()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.