SmartyTest
extends Assert
in package
Assert that the 'scan-classes' mixin is working properly.
This class defines the assertions to run when installing or uninstalling the extension. It is called as part of E2E_Shimmy_LifecycleTest.
Tags
Table of Contents
Methods
- testDisabled() : void
- testInstalled() : void
- testPreConditions() : void
- testUninstalled() : void
- getPath() : string
- renderExample() : string
- Render a template with the system-under-test.
Methods
testDisabled()
public
testDisabled(object $cv) : void
Parameters
- $cv : object
testInstalled()
public
testInstalled(object $cv) : void
Parameters
- $cv : object
testPreConditions()
public
testPreConditions(object $cv) : void
Parameters
- $cv : object
testUninstalled()
public
testUninstalled(object $cv) : void
Parameters
- $cv : object
getPath()
protected
static getPath([mixed $suffix = '' ]) : string
Parameters
- $suffix : mixed = ''
Return values
stringrenderExample()
Render a template with the system-under-test.
protected
renderExample(object $cv, string $name) : string
Parameters
- $cv : object
- $name : string