Documentation

DotNotationAccessorTest extends TestCase
in package

Table of Contents

testExternalChanges()  : mixed
Test that changes made to the array are listened to by the accessor.
testFlags()  : mixed
testInternalChanges()  : mixed
Test that changes that were made inside the accessor class actually are broadcast to the array it's monitoring
testRead()  : mixed

Methods

testExternalChanges()

Test that changes made to the array are listened to by the accessor.

public testExternalChanges() : mixed
Return values
mixed

testInternalChanges()

Test that changes that were made inside the accessor class actually are broadcast to the array it's monitoring

public testInternalChanges() : mixed
Return values
mixed

Search results