PHP Class Respect\Validation\Rules\KeyNestedTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: respect/validation

Public Methods

Method Description
testArrayAccessWithPresentKeysWillReturnTrue ( )
testArrayWithAbsentKeyShouldThrowNestedKeyException ( )
testArrayWithEmptyKeyShouldReturnTrue ( )
testArrayWithNumericKeysWillReturnTrueForFullPathValidator ( )
testArrayWithPresentKeysWillReturnTrueForFullPathValidator ( )
testArrayWithPresentKeysWillReturnTrueForHalfPathValidator ( )
testEmptyInputMustNotAssert ( )
testEmptyInputMustNotCheck ( )
testEmptyInputMustReturnFalse ( )
testExtraValidatorShouldValidateKey ( )
testNotArrayShouldThrowKeyException ( )
testNotMandatoryExtraValidatorShouldPassWithAbsentKey ( )
testObjectWithPresentPropertiesWillReturnTrueForDirtyPathValidator ( )

Method Details

testArrayAccessWithPresentKeysWillReturnTrue() public method

testArrayWithAbsentKeyShouldThrowNestedKeyException() public method

testArrayWithEmptyKeyShouldReturnTrue() public method

testArrayWithNumericKeysWillReturnTrueForFullPathValidator() public method

testArrayWithPresentKeysWillReturnTrueForFullPathValidator() public method

testArrayWithPresentKeysWillReturnTrueForHalfPathValidator() public method

testEmptyInputMustNotAssert() public method

testEmptyInputMustNotCheck() public method

testEmptyInputMustReturnFalse() public method

testExtraValidatorShouldValidateKey() public method

testNotArrayShouldThrowKeyException() public method

testNotMandatoryExtraValidatorShouldPassWithAbsentKey() public method

testObjectWithPresentPropertiesWillReturnTrueForDirtyPathValidator() public method