PHP Class Functional\Tests\MemoizeTest

Inheritance: extends AbstractTestCase
Datei anzeigen Open project: lstrojny/functional-php Class Usage Examples

Public Methods

Method Description
call ( )
invoke ( $name )
setUp ( )
testMemoizeClosureCall ( )
testMemoizeFunctionCall ( )
testMemoizeSimpleObjectCall ( )
testMemoizeStaticMethodCall ( )
testMemoizeWithArguments ( )
testMemoizeWithCustomKey ( )
testPassKeyGeneratorCallable ( )
testPassNoCallable ( )
testResetByPassingNullAsCallable ( )
testResultIsNotStoredIfExceptionIsThrown ( )

Method Details

call() public static method

public static call ( )

invoke() public static method

public static invoke ( $name )

setUp() public method

public setUp ( )

testMemoizeClosureCall() public method

testMemoizeFunctionCall() public method

testMemoizeSimpleObjectCall() public method

testMemoizeStaticMethodCall() public method

testMemoizeWithArguments() public method

testMemoizeWithCustomKey() public method

testPassKeyGeneratorCallable() public method

testPassNoCallable() public method

public testPassNoCallable ( )

testResetByPassingNullAsCallable() public method

testResultIsNotStoredIfExceptionIsThrown() public method