Public Member Functions | |
testGetLead () | |
testDeleteLead () | |
testCreateLead () | |
testCreateLeadWithSpecificOwner () | |
testCreateLeadWithSpecificExplicitPermissions () | |
testUpdateLead () | |
testListLead () | |
testListLeadAttributes () | |
testUnprivilegedUserViewUpdateDeleteLead () | |
testBasicSearchLeads () | |
testDynamicSearchLeads () | |
testNewSearchLeads () | |
testEditLeadWithIncompleteData () | |
testEditLeadWIthIncorrectDataType () | |
testGetCreatedLeads () | |
testGetModifiedLeads () | |
testGetDeletedLeads () | |
![]() | |
testLogin () | |
testLoginXml () | |
![]() | |
setUp () | |
![]() | |
setUp () | |
![]() | |
setup () | |
teardown () | |
Protected Member Functions | |
getApiControllerClassName () | |
getModuleBaseApiUrl () | |
![]() | |
login ($username= 'super', $password= 'super', $type= 'json') | |
loginXml ($username= 'super', $password= 'super') | |
getModuleBaseApiUrl () | |
getApiControllerClassName () | |
![]() | |
getApiControllerClassName () | |
getModuleBaseApiUrl () | |
getBaseApiUrl () | |
setupServerUrl () | |
isApiTestUrlConfigured () | |
getModelToApiDataUtilData (RedBeanModel $model) | |
createApiCallWithRelativeUrl ($relativeUrl, $method, $headers, $data=array()) | |
deleteAllModelsAndRecordsFromReadPermissionTable ($modelClassName) | |
![]() | |
endPrintOutputBufferAndFail () | |
![]() | |
assertWithinTolerance ($expected, $actual, $plusMinus) | |
assertWithinPercentage ($expected, $actual, $percentage) | |
isDebug () | |
Additional Inherited Members | |
![]() | |
static | setUpBeforeClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
static | resetAndPopulateFilesArrayByFilePathAndName ($arrayName, $filePath, $fileName) |
static | getDependentTestModelClassNames () |
static | getReflectedPropertyValue ($object, $propertyName) |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
static | setRandomNonEveryoneNonAdministratorsGroup () |
![]() | |
static | startOutputBuffer () |
static | endAndGetOutputBuffer () |
![]() | |
static | getProtectedMethod ($className, $methodName) |
![]() | |
$serverUrl = '' | |
![]() | |
static | $createUsersAndGroups = true |
static | $randomNonEveryoneNonAdministratorsGroup = null |
![]() | |
static | $activitiesObserver |
static | $conversationsObserver |
static | $emailMessagesObserver |
static | $contactLatestActivityDateTimeObserver |
static | $accountLatestActivityDateTimeObserver |
static | $accountContactAffiliationObserver |
Test Lead related API functions.
Definition at line 40 of file ApiRestLeadTest.php.
testDeleteLead | ( | ) |
testGetLead
Definition at line 73 of file ApiRestLeadTest.php.
testCreateLead | ( | ) |
testGetLead
Definition at line 101 of file ApiRestLeadTest.php.
testCreateLeadWithSpecificOwner | ( | ) |
testCreateLead
Definition at line 268 of file ApiRestLeadTest.php.
testCreateLeadWithSpecificExplicitPermissions | ( | ) |
testCreateLead
Definition at line 436 of file ApiRestLeadTest.php.
testUpdateLead | ( | ) |
testCreateLead
Definition at line 603 of file ApiRestLeadTest.php.
testListLead | ( | ) |
testUpdateLead
Definition at line 648 of file ApiRestLeadTest.php.
testUnprivilegedUserViewUpdateDeleteLead | ( | ) |
testListLead
Definition at line 696 of file ApiRestLeadTest.php.
testBasicSearchLeads | ( | ) |
testUnprivilegedUserViewUpdateDeleteLead
Definition at line 820 of file ApiRestLeadTest.php.
testDynamicSearchLeads | ( | ) |
testBasicSearchLeads
Definition at line 959 of file ApiRestLeadTest.php.
testGetCreatedLeads | ( | ) |
Test if all newly created items was pulled from read permission tables via API. Please note that here we do not test if data are inserted in read permission tables correctly, that is part of read permission subscription tests
Definition at line 1160 of file ApiRestLeadTest.php.
testGetModifiedLeads | ( | ) |
Test if all modified items was pulled via API correctly. Please note that here we do not test if data are inserted in read permission tables correctly, that is part of read permission subscription tests
NotFoundException |
Definition at line 1311 of file ApiRestLeadTest.php.
testGetDeletedLeads | ( | ) |
Test if all deleted items was pulled from read permission tables via API. Please note that here we do not test if data are inserted in read permission tables correctly, that is part of read permission subscription tests
NotFoundException |
Definition at line 1416 of file ApiRestLeadTest.php.