Documentation

CrudTestIndexAsserts

Table of Contents

Methods

assertGlobalActionDisplays()  : void
assertGlobalActionExists()  : void
assertGlobalActionNotDisplays()  : void
assertGlobalActionNotExists()  : void
assertIndexColumnExists()  : void
assertIndexColumnHeaderContains()  : void
assertIndexColumnHeaderNotContains()  : void
assertIndexColumnNotExists()  : void
assertIndexEntityActionExists()  : void
assertIndexEntityActionNotExists()  : void
assertIndexEntityActionNotTextSame()  : void
assertIndexEntityActionTextSame()  : void
assertIndexFullEntityCount()  : void
assertIndexPageEntityCount()  : void
assertIndexPagesCount()  : void

Methods

assertGlobalActionDisplays()

protected assertGlobalActionDisplays(string $action, string $actionDisplay[, string|null $message = null ]) : void
Parameters
$action : string
$actionDisplay : string
$message : string|null = null

assertGlobalActionExists()

protected assertGlobalActionExists(string $action[, string|null $message = null ]) : void
Parameters
$action : string
$message : string|null = null

assertGlobalActionNotDisplays()

protected assertGlobalActionNotDisplays(string $action, string $actionDisplay[, string|null $message = null ]) : void
Parameters
$action : string
$actionDisplay : string
$message : string|null = null

assertGlobalActionNotExists()

protected assertGlobalActionNotExists(string $action[, string|null $message = null ]) : void
Parameters
$action : string
$message : string|null = null

assertIndexColumnExists()

protected assertIndexColumnExists(string $columnName[, string|null $message = null ]) : void
Parameters
$columnName : string
$message : string|null = null

assertIndexColumnHeaderContains()

protected assertIndexColumnHeaderContains(string $columnName, string $columnHeaderValue[, string|null $message = null ]) : void
Parameters
$columnName : string
$columnHeaderValue : string
$message : string|null = null

assertIndexColumnHeaderNotContains()

protected assertIndexColumnHeaderNotContains(string $columnName, string $columnHeaderValue[, string|null $message = null ]) : void
Parameters
$columnName : string
$columnHeaderValue : string
$message : string|null = null

assertIndexColumnNotExists()

protected assertIndexColumnNotExists(string $columnName[, string|null $message = null ]) : void
Parameters
$columnName : string
$message : string|null = null

assertIndexEntityActionExists()

protected assertIndexEntityActionExists(string $action, string|int $entityId[, string|null $message = null ]) : void
Parameters
$action : string
$entityId : string|int
$message : string|null = null

assertIndexEntityActionNotExists()

protected assertIndexEntityActionNotExists(string $action, string|int $entityId[, string|null $message = null ]) : void
Parameters
$action : string
$entityId : string|int
$message : string|null = null

assertIndexEntityActionNotTextSame()

protected assertIndexEntityActionNotTextSame(string $action, string $actionDisplay, string|int $entityId[, string|null $message = null ]) : void
Parameters
$action : string
$actionDisplay : string
$entityId : string|int
$message : string|null = null

assertIndexEntityActionTextSame()

protected assertIndexEntityActionTextSame(string $action, string $actionDisplay, string|int $entityId[, string|null $message = null ]) : void
Parameters
$action : string
$actionDisplay : string
$entityId : string|int
$message : string|null = null

assertIndexFullEntityCount()

protected static assertIndexFullEntityCount(int $expectedIndexFullEntityCount[, string|null $message = null ]) : void
Parameters
$expectedIndexFullEntityCount : int
$message : string|null = null

assertIndexPageEntityCount()

protected assertIndexPageEntityCount(int $expectedIndexPageEntityCount[, string|null $message = null ]) : void
Parameters
$expectedIndexPageEntityCount : int
$message : string|null = null

assertIndexPagesCount()

protected assertIndexPagesCount(int $expectedIndexPagesCount[, string|null $message = null ]) : void
Parameters
$expectedIndexPagesCount : int
$message : string|null = null

        
On this page

Search results