SystemTests

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addSystemCallsAddToEngine
void addSystemCallsAddToEngine()
Undocumented in source. Be warned that the author may not have intended to support it.
canSetPriorityWhenAddingSystem
void canSetPriorityWhenAddingSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
completeSignalIsDispatchedAfterUpdate
void completeSignalIsDispatchedAfterUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultPriorityIsZero
void defaultPriorityIsZero()
Undocumented in source. Be warned that the author may not have intended to support it.
engineCallsUpdateOnSystems
void engineCallsUpdateOnSystems()
Undocumented in source. Be warned that the author may not have intended to support it.
getSystemReturnsNullIfNoSuchSystem
void getSystemReturnsNullIfNoSuchSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
getSystemReturnsTheSystem
void getSystemReturnsTheSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAllSystemsDoesWhatItSays
void removeAllSystemsDoesWhatItSays()
Undocumented in source. Be warned that the author may not have intended to support it.
removeSystemAndAddItAgainDontCauseInvalidLinkedList
void removeSystemAndAddItAgainDontCauseInvalidLinkedList()
Undocumented in source. Be warned that the author may not have intended to support it.
removeSystemCallsRemovedFromEngine
void removeSystemCallsRemovedFromEngine()
Undocumented in source. Be warned that the author may not have intended to support it.
systemsGetterReturnsAllTheSystems
void systemsGetterReturnsAllTheSystems()
Undocumented in source. Be warned that the author may not have intended to support it.
systemsUpdatedInPriorityOrderIfPrioritiesAreNegative
void systemsUpdatedInPriorityOrderIfPrioritiesAreNegative()
Undocumented in source. Be warned that the author may not have intended to support it.
systemsUpdatedInPriorityOrderIfReverseOfAddOrder
void systemsUpdatedInPriorityOrderIfReverseOfAddOrder()
Undocumented in source. Be warned that the author may not have intended to support it.
systemsUpdatedInPriorityOrderIfSameAsAddOrder
void systemsUpdatedInPriorityOrderIfSameAsAddOrder()
Undocumented in source. Be warned that the author may not have intended to support it.
updatingIsFalseAfterUpdate
void updatingIsFalseAfterUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
updatingIsFalseBeforeUpdate
void updatingIsFalseBeforeUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
updatingIsTrueDuringUpdate
void updatingIsTrueDuringUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mAddedCallbackCalled
bool mAddedCallbackCalled;
Undocumented in source.
mCallbackType1
void delegate(System sys_a, string action_a, IEngine engine_a) mCallbackType1;
Undocumented in source.
mCallbackType2
void delegate(System sys_a, string action_a, Duration time_a) mCallbackType2;
Undocumented in source.
mEngine
Engine mEngine;
Undocumented in source.
mRemovedCallbackCalled
bool mRemovedCallbackCalled;
Undocumented in source.
mUpdateCompleteCallbackCalled
bool mUpdateCompleteCallbackCalled;
Undocumented in source.
mUpdatedCallbackCalled
bool mUpdatedCallbackCalled;
Undocumented in source.
tmpSys1
MockSystem tmpSys1;
tmpSys2
MockSystem tmpSys2;
Undocumented in source.

Meta