PHP Class mageekguy\atoum\asserters\constant

Inheritance: extends mageekguy\atoum\asserter
Datei anzeigen Open project: atoum/atoum

Protected Properties

Property Type Description
$diff
$isSet
$value

Public Methods

Method Description
__call ( $method, $arguments )
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
__toString ( )
getDiff ( )
getValue ( )
isEqualTo ( $value, $failMessage = null )
reset ( )
setDiff ( mageekguy\atoum\tools\diffs\variable $diff = null )
setWith ( $value )
wasSet ( )

Protected Methods

Method Description
valueIsSet ( $message = 'Value is undefined' )

Method Details

__call() public method

public __call ( $method, $arguments )

__construct() public method

public __construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
$generator mageekguy\atoum\asserter\generator
$analyzer mageekguy\atoum\tools\variable\analyzer
$locale mageekguy\atoum\locale

__toString() public method

public __toString ( )

getDiff() public method

public getDiff ( )

getValue() public method

public getValue ( )

isEqualTo() public method

public isEqualTo ( $value, $failMessage = null )

reset() public method

public reset ( )

setDiff() public method

public setDiff ( mageekguy\atoum\tools\diffs\variable $diff = null )
$diff mageekguy\atoum\tools\diffs\variable

setWith() public method

public setWith ( $value )

valueIsSet() protected method

protected valueIsSet ( $message = 'Value is undefined' )

wasSet() public method

public wasSet ( )

Property Details

$diff protected_oe property

protected $diff

$isSet protected_oe property

protected $isSet

$value protected_oe property

protected $value