PHP Class Nelmio\Alice\Generator\Resolver\UniqueValuesPoolTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice

Public Methods

Method Description
provideHasValueSet ( )
testDoesNotHaveValueIfValueIsNotCached ( )
testHasObjectValue ( UniqueValuesPool $pool, UniqueValue $value, boolean $expected )
testIsImmutable ( )

Private Methods

Method Description
createPoolWithValue ( $value ) : UniqueValuesPool

Method Details

provideHasValueSet() public method

public provideHasValueSet ( )

testDoesNotHaveValueIfValueIsNotCached() public method

testHasObjectValue() public method

public testHasObjectValue ( UniqueValuesPool $pool, UniqueValue $value, boolean $expected )
$pool UniqueValuesPool
$value Nelmio\Alice\Definition\Value\UniqueValue
$expected boolean

testIsImmutable() public method

public testIsImmutable ( )