Class ApplicationTestCase
To enable Sauce Labs testing, extend SauceLabsTestCase To enable local testing, extend SeleniumTestCase
- Sauce\Sausage\WebDriverTestCase
-
Azalea\Selenium\Toolkit\SauceLabsTestCase
-
Azalea\Selenium\Toolkit\TestCase
-
Azalea\Selenium\App\ApplicationTestCase
Direct known subclasses
AddPatientTest, ChartAssessmentTest, ChartProviderAccessTest, ChartSigningTest, ChartsListProviderAccessTest, ChartSmokingStatusTest, ChartSubjectiveTest, EncounterClaimsTest, EncounterDemographicsTest, EncounterDiagnosisTest, EncounterGuarantorTest, EncounterLedgerTest, ChartCustomFieldBehaviorsTest, EncounterProceduresTest, ExampleTestCase, MessagesLabelsTest, PatentsListTest, PatientAccountSummaryTest, PatientBillingActionsTest, PatientCommentsTest, PatientDashboardAlertsTest, PatientDashboardLinkedPatientsTest, PatientDemographicsEditTest, ChartDiagnosisTest, PatientDocumentsTest, PatientPopupCommentsTest, PatientProviderAccessTest, PatientsListProviderAccessTest, PopupTest, SchedulerBlocksTest, SchedulerInsuranceBlocksTest, ChartEncounterDiagnosisTest, ChartEncounterProceduresTest, ChartInventoryTest, ChartObjectiveTest, ChartProblemHistoryTest, ChartProceduresTest
public
|
|
public
boolean
|
#
supportsCustomer( integer $cus_id )
Override in child test suites to exclude some customers from every test case. |
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
assertView( string $path, $args = array(), $timeout = 30 )
Verify that the view exists in the current page. If successful, it will return the view object. |
public
|
#
assertNoErrorPopups( integer $wait = 0 )
Asserts if there is 1 or more error popups on the screen. Can optionally sleep for $wait seconds before checking. |
public
|
#
assertErrorPopup( integer $errorText = null, $wait = 0 )
Asserts if there is NOT an error popup on the screen. Can optionally sleep for $wait seconds before checking. |
public
|
#
assertPatientRecord( integer $pat_id )
Asserts if the patient record with the given $pat_id is not open. Waits up to the default timeout in seconds. |
public
integer
|
#
getChartEncounterIdFromHash( integer $timeout = 30 )
Waits for a chart hash to appear in the location for $timeout seconds. Returns the enc_id from the hash. |
public
integer
|
#
getEncounterIdFromHash( integer $timeout = 30 )
Waits for an encounters hash to appear in the location for $timeout seconds. Returns the enc_id from the hash. |
__call(),
clickAndWait(),
getView(),
spinWait(),
wait(),
waitForHash(),
within()
|
browsers(),
setMetaData(),
setUp()
|
$dom,
$nestedSelectors
|
$base_url,
$browsers,
$tags
|