PHP Class Webmozart\Assert\Tests\AssertTest

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: webmozart/assert

Public Methods

Method Description
getMethods ( )
getResource ( )
getStringConversions ( )
getTests ( )
tearDownAfterClass ( )
testAllArray ( $method, $args, $success, $multibyte = false, $minVersion = null )
testAllTraversable ( $method, $args, $success, $multibyte = false, $minVersion = null )
testAssert ( $method, $args, $success, $multibyte = false, $minVersion = null )
testConvertValuesToStrings ( $method, $args, $exceptionMessage )
testNullOr ( $method, $args, $success, $multibyte = false, $minVersion = null )
testNullOrAcceptsNull ( $method )

Method Details

getMethods() public method

public getMethods ( )

getResource() public static method

public static getResource ( )

getStringConversions() public method

getTests() public method

public getTests ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testAllArray() public method

public testAllArray ( $method, $args, $success, $multibyte = false, $minVersion = null )

testAllTraversable() public method

public testAllTraversable ( $method, $args, $success, $multibyte = false, $minVersion = null )

testAssert() public method

public testAssert ( $method, $args, $success, $multibyte = false, $minVersion = null )

testConvertValuesToStrings() public method

public testConvertValuesToStrings ( $method, $args, $exceptionMessage )

testNullOr() public method

public testNullOr ( $method, $args, $success, $multibyte = false, $minVersion = null )

testNullOrAcceptsNull() public method

public testNullOrAcceptsNull ( $method )