| sample.contact.GetAllContactsTests
GetAllContactsTests | public class GetAllContactsTests extends AbstractTransactionalSpringContextTests (Code) | | Tests
ContactManager .
author: David Leal author: Ben Alex |
assertContainsContact | protected void assertContainsContact(String id, List contacts)(Code) | | |
assertNotContainsContact | protected void assertNotContainsContact(String id, List contacts)(Code) | | |
getConfigLocations | protected String[] getConfigLocations()(Code) | | |
getContact | protected Contact getContact(String id)(Code) | | Locates the first Contact of the exact name specified.Uses the
ContactManager.getAll method.
Parameters: id - Identify of the contact to locate (must be an exact match) the domain or null if not found |
makeActiveUser | protected void makeActiveUser(String username)(Code) | | |
onTearDownInTransaction | protected void onTearDownInTransaction()(Code) | | |
testDianne | public void testDianne()(Code) | | |
testMarissa | public void testMarissa()(Code) | | |
testScott | public void testScott()(Code) | | |
|
|