ContactControllerApiTest
extends TestCase
in package
ContactControllerApiTest Class Doc Comment
Tags
Table of Contents
- setUp() : void
- Setup before running each test case
- setUpBeforeClass() : void
- Setup before running any test cases
- tearDown() : void
- Clean up after running each test case
- tearDownAfterClass() : void
- Clean up after running all test cases
- testCreateContact() : mixed
- Test case for createContact
- testDeleteContact() : mixed
- Test case for deleteContact
- testGetAllContacts() : mixed
- Test case for getAllContacts
- testGetContact() : mixed
- Test case for getContact
- testGetContacts() : mixed
- Test case for getContacts
- testGetContactVCard() : mixed
- Test case for getContactVCard
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test cases
public
static setUpBeforeClass() : void
Return values
void —tearDown()
Clean up after running each test case
public
tearDown() : void
Return values
void —tearDownAfterClass()
Clean up after running all test cases
public
static tearDownAfterClass() : void
Return values
void —testCreateContact()
Test case for createContact
public
testCreateContact() : mixed
Create a contact.
Return values
mixed —testDeleteContact()
Test case for deleteContact
public
testDeleteContact() : mixed
Delete contact.
Return values
mixed —testGetAllContacts()
Test case for getAllContacts
public
testGetAllContacts() : mixed
Get all contacts.
Return values
mixed —testGetContact()
Test case for getContact
public
testGetContact() : mixed
Get contact.
Return values
mixed —testGetContacts()
Test case for getContacts
public
testGetContacts() : mixed
Get all contacts.
Return values
mixed —testGetContactVCard()
Test case for getContactVCard
public
testGetContactVCard() : mixed
Get contact vCard vcf file.