PHP Class Functional\Exceptions\InvalidArgumentExceptionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: lstrojny/functional-php

Public Methods

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

Method Details

testAssertArrayAccessValidCase() public method

testAssertArrayAccessWithStandardClass() public method

testAssertArrayAccessWithString() public method

testCallbackExceptionWithIncorrectArrayIndex() public method

testCallbackExceptionWithObject() public method

testCallbackExceptionWithUndefinedFunction() public method

testCallbackExceptionWithUndefinedMethod() public method

testCallbackExceptionWithUndefinedStaticMethod() public method

testExceptionIfInvalidMethodName() public method

testExceptionIfInvalidPropertyName() public method

testExceptionIfNegativeIntegerInsteadOfPositiveInteger() public method

testExceptionIfObjectIsPassedAsList() public method

testExceptionIfStringInsteadOfPositiveInteger() public method

testExceptionIfStringIsPassedAsList() public method

testNoExceptionThrownWithPositiveInteger() public method