PHP Class mageekguy\atoum\asserter

Inheritance: implements mageekguy\atoum\asserter\definition
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$analyzer
$generator
$locale
$test

Public Methods

Method Description
__call ( $method, $arguments )
__construct ( asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
__get ( $asserter )
getAnalyzer ( )
getGenerator ( )
getLocale ( )
getTest ( )
reset ( )
setAnalyzer ( mageekguy\atoum\tools\variable\analyzer $analyzer = null )
setGenerator ( asserter\generator $generator = null )
setLocale ( mageekguy\atoum\locale $locale = null )
setWith ( $mixed )
setWithArguments ( array $arguments )
setWithTest ( test $test )

Protected Methods

Method Description
_ ( $string )
__ ( $singular, $plural, $quantity )
fail ( $reason )
getTypeOf ( $mixed )
pass ( )

Method Details

_() protected method

protected _ ( $string )

__() protected method

protected __ ( $singular, $plural, $quantity )

__call() public method

public __call ( $method, $arguments )

__construct() public method

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

__get() public method

public __get ( $asserter )

fail() protected method

protected fail ( $reason )

getAnalyzer() public method

public getAnalyzer ( )

getGenerator() public method

public getGenerator ( )

getLocale() public method

public getLocale ( )

getTest() public method

public getTest ( )

getTypeOf() protected method

protected getTypeOf ( $mixed )

pass() protected method

protected pass ( )

reset() public method

public reset ( )

setAnalyzer() public method

public setAnalyzer ( mageekguy\atoum\tools\variable\analyzer $analyzer = null )
$analyzer mageekguy\atoum\tools\variable\analyzer

setGenerator() public method

public setGenerator ( asserter\generator $generator = null )
$generator asserter\generator

setLocale() public method

public setLocale ( mageekguy\atoum\locale $locale = null )
$locale mageekguy\atoum\locale

setWith() public method

public setWith ( $mixed )

setWithArguments() public method

public setWithArguments ( array $arguments )
$arguments array

setWithTest() public method

public setWithTest ( test $test )
$test test

Property Details

$analyzer protected_oe property

protected $analyzer

$generator protected_oe property

protected $generator

$locale protected_oe property

protected $locale

$test protected_oe property

protected $test