PHP Class Totem\SetTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: wisembly/totem

Public Methods

Method Description
invalidEntryProvider ( )
testAlreadyComputedSetShouldNotRecompute ( )
testComputeCollections ( )
testForbidenSetter ( )
testForbidenUnsetter ( )
testGetChange ( ) @todo to break up
testGetChangeWithInvalidProperty ( )
testHasChanged ( )
testHasChangedNotComputedShouldThrowException ( )
testIterator ( )
testNotComputedCountShouldThrowException ( )
testNotComputedIteratorShouldThrowException ( )
testSetChangesWithChangedStructure ( $old, $new, $class )
testUnaffectedCollections ( totem\AbstractSnapshot $origin, totem\AbstractSnapshot $upstream )
unaffectedSnapshotComputerProvider ( )

Method Details

invalidEntryProvider() public method

testAlreadyComputedSetShouldNotRecompute() public method

testComputeCollections() public method

testForbidenSetter() public method

public testForbidenSetter ( )

testForbidenUnsetter() public method

testGetChange() public method

@todo to break up
public testGetChange ( )

testGetChangeWithInvalidProperty() public method

testHasChanged() public method

public testHasChanged ( )

testHasChangedNotComputedShouldThrowException() public method

testIterator() public method

public testIterator ( )

testNotComputedCountShouldThrowException() public method

testNotComputedIteratorShouldThrowException() public method

testSetChangesWithChangedStructure() public method

public testSetChangesWithChangedStructure ( $old, $new, $class )

testUnaffectedCollections() public method

public testUnaffectedCollections ( totem\AbstractSnapshot $origin, totem\AbstractSnapshot $upstream )
$origin totem\AbstractSnapshot
$upstream totem\AbstractSnapshot

unaffectedSnapshotComputerProvider() public method