PHP Class mageekguy\atoum\asserters\utf8String

Inheritance: extends mageekguy\atoum\asserters\string
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$adapter

Public Methods

Method Description
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\tools\variable\analyzer $analyzer = null, mageekguy\atoum\locale $locale = null )
__toString ( )
contains ( $fragment, $failMessage = null )
endWith ( $fragment, $failMessage = null )
hasLength ( $length, $failMessage = null )
hasLengthGreaterThan ( $length, $failMessage = null )
hasLengthLessThan ( $length, $failMessage = null )
notContains ( $fragment, $failMessage = null )
notEndWith ( $fragment, $failMessage = null )
notStartWith ( $fragment, $failMessage = null )
setWith ( $value, $charlist = null, $checkType = true )
startWith ( $fragment, $failMessage = null )

Protected Methods

Method Description
getLengthAsserter ( )

Method Details

__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 ( )

contains() public method

public contains ( $fragment, $failMessage = null )

endWith() public method

public endWith ( $fragment, $failMessage = null )

getLengthAsserter() protected method

protected getLengthAsserter ( )

hasLength() public method

public hasLength ( $length, $failMessage = null )

hasLengthGreaterThan() public method

public hasLengthGreaterThan ( $length, $failMessage = null )

hasLengthLessThan() public method

public hasLengthLessThan ( $length, $failMessage = null )

notContains() public method

public notContains ( $fragment, $failMessage = null )

notEndWith() public method

public notEndWith ( $fragment, $failMessage = null )

notStartWith() public method

public notStartWith ( $fragment, $failMessage = null )

setWith() public method

public setWith ( $value, $charlist = null, $checkType = true )

startWith() public method

public startWith ( $fragment, $failMessage = null )

Property Details

$adapter protected_oe property

protected $adapter