PHP Class Functional\Exceptions\InvalidArgumentExceptionTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: lstrojny/functional-php

Méthodes publiques

Méthode Description
testAssertArrayAccessValidCase ( )
testAssertArrayAccessWithStandardClass ( )
testAssertArrayAccessWithString ( )
testCallbackExceptionWithIncorrectArrayIndex ( )
testCallbackExceptionWithObject ( )
testCallbackExceptionWithUndefinedFunction ( )
testCallbackExceptionWithUndefinedMethod ( )
testCallbackExceptionWithUndefinedStaticMethod ( )
testExceptionIfInvalidMethodName ( )
testExceptionIfInvalidPropertyName ( )
testExceptionIfNegativeIntegerInsteadOfPositiveInteger ( )
testExceptionIfObjectIsPassedAsList ( )
testExceptionIfStringInsteadOfPositiveInteger ( )
testExceptionIfStringIsPassedAsList ( )
testNoExceptionThrownWithPositiveInteger ( )

Method Details

testAssertArrayAccessValidCase() public méthode

testAssertArrayAccessWithStandardClass() public méthode

testAssertArrayAccessWithString() public méthode

testCallbackExceptionWithIncorrectArrayIndex() public méthode

testCallbackExceptionWithObject() public méthode

testCallbackExceptionWithUndefinedFunction() public méthode

testCallbackExceptionWithUndefinedMethod() public méthode

testCallbackExceptionWithUndefinedStaticMethod() public méthode

testExceptionIfInvalidMethodName() public méthode

testExceptionIfInvalidPropertyName() public méthode

testExceptionIfNegativeIntegerInsteadOfPositiveInteger() public méthode

testExceptionIfObjectIsPassedAsList() public méthode

testExceptionIfStringInsteadOfPositiveInteger() public méthode

testExceptionIfStringIsPassedAsList() public méthode

testNoExceptionThrownWithPositiveInteger() public méthode