PHP Class mageekguy\atoum\asserter

Inheritance: implements mageekguy\atoum\asserter\definition
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$analyzer
$generator
$locale
$test

Méthodes publiques

Méthode 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 )

Méthodes protégées

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

Method Details

_() protected méthode

protected _ ( $string )

__() protected méthode

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

__call() public méthode

public __call ( $method, $arguments )

__construct() public méthode

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 méthode

public __get ( $asserter )

fail() protected méthode

protected fail ( $reason )

getAnalyzer() public méthode

public getAnalyzer ( )

getGenerator() public méthode

public getGenerator ( )

getLocale() public méthode

public getLocale ( )

getTest() public méthode

public getTest ( )

getTypeOf() protected méthode

protected getTypeOf ( $mixed )

pass() protected méthode

protected pass ( )

reset() public méthode

public reset ( )

setAnalyzer() public méthode

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

setGenerator() public méthode

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

setLocale() public méthode

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

setWith() public méthode

public setWith ( $mixed )

setWithArguments() public méthode

public setWithArguments ( array $arguments )
$arguments array

setWithTest() public méthode

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