public abstract class AbstractPhoneDirectoryServiceTestCase extends ContainerTestCase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractPhoneDirectoryServiceTestCase.AbstractPhoneDirectoryServiceTestSetup |
protected static class |
AbstractPhoneDirectoryServiceTestCase.PhoneDirectoryServiceCacheTestSetup |
protected static class |
AbstractPhoneDirectoryServiceTestCase.PhoneDirectoryServiceClientCacheTestSetup |
ContainerTestCase.SystemPropertyFilter| Modifier and Type | Field and Description |
|---|---|
protected static String |
CACHE_XML_FILE |
protected static String |
PHONE_DIRECTORY_CACHE_NAME |
protected static String |
PHONE_DIRECTORY_REGION_PATH |
| Constructor and Description |
|---|
AbstractPhoneDirectoryServiceTestCase(String testName) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
assertEquals(PhoneDirectoryEntry expected,
PhoneDirectoryEntry actual) |
protected Address |
createAddress(String street1,
String city,
String state,
String zipCode) |
protected Person |
createPerson(String firstName,
String lastName) |
protected PhoneDirectoryEntry |
createPhoneDirectoryEntry(Person person,
Address address,
PhoneNumber phoneNumber) |
protected PhoneNumber |
createPhoneNumber(String areaCode,
String prefix,
String suffix) |
protected static PhoneDirectoryService |
getPhoneDirectoryService() |
protected static com.gemstone.gemfire.cache.Region<String,PhoneDirectoryEntry> |
getRegion() |
protected static Filter<Object> |
getSystemPropertyFilter() |
closeCache, closeClientCache, createCache, createClientCache, getLogWriter, getRandomAvailableMCastPortString, showGemFireState, showSystemState, sleepassertEquals, 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, setUp, tearDown, toStringprotected static final String CACHE_XML_FILE
protected static final String PHONE_DIRECTORY_CACHE_NAME
protected static final String PHONE_DIRECTORY_REGION_PATH
public AbstractPhoneDirectoryServiceTestCase(String testName)
protected static PhoneDirectoryService getPhoneDirectoryService()
protected static com.gemstone.gemfire.cache.Region<String,PhoneDirectoryEntry> getRegion()
protected static void assertEquals(PhoneDirectoryEntry expected, PhoneDirectoryEntry actual)
protected Address createAddress(String street1, String city, String state, String zipCode)
protected PhoneNumber createPhoneNumber(String areaCode, String prefix, String suffix)
protected PhoneDirectoryEntry createPhoneDirectoryEntry(Person person, Address address, PhoneNumber phoneNumber)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.