public abstract class StorageBaseTest extends ActorBaseTest
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageBaseTest.Timed |
static class |
StorageBaseTest.TimedActor |
ActorBaseTest.Exceptionalclients, clock, clusterName, commonPool, dumpLogs, fakeDatabase, fakeSync, logger, loggerExtension, serversConnections, serviceLocator, stages, testDescription| Constructor and Description |
|---|
StorageBaseTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
checkClearTest() |
void |
checkReadTest() |
void |
checkReminderTest() |
void |
checkUpdateTest() |
void |
checkWritesTest() |
abstract void |
closeStorage() |
abstract long |
count() |
abstract Class<? extends StorageTest> |
getActorInterfaceClass() |
abstract ActorExtension |
getStorageExtension() |
void |
heavyTest() |
abstract int |
heavyTestSize() |
abstract void |
initStorage() |
protected void |
installExtensions(Stage stage) |
abstract StorageTestState |
readState(String identity) |
void |
setup() |
clearMessages, createClient, createRemoteClient, createStage, createStage, dumpMessages, eventually, eventually, eventuallyTrue, eventuallyTrue, expectException, getExecutionObjectCloner, isIdle, tearDown, waitForprotected void installExtensions(Stage stage)
installExtensions in class ActorBaseTestpublic void after()
after in class ActorBaseTestpublic abstract Class<? extends StorageTest> getActorInterfaceClass()
public abstract ActorExtension getStorageExtension()
public abstract void initStorage()
public abstract void closeStorage()
public abstract long count()
public abstract int heavyTestSize()
public abstract StorageTestState readState(String identity)
Copyright © 2019 Electronic Arts Inc. All rights reserved.