DeltaEngine.Mocks NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classMockDrawableEntity
A drawable entity that does nothing; useful for unit testing. View code on GitHub
Public classMockEntitiesRunner
Mock Entities Runner for fast resolution of behavior during unit testing. View code on GitHub
Public classMockEntity
Updateable Entity that does nothing. For unit testing. View code on GitHub
Public classMockGlobalTime
Increments the number of ticks that have passed every time it is polled. View code on GitHub
Public classMockImage
Public classMockLogger
Simply logs to a public property used in unit testing. View code on GitHub
Public classMockNonPauseableEntity
Updateable Entity that does nothing. For unit testing. View code on GitHub
Public classMockNonPauseableRapidEntity
RapidUpdateable Entity that does nothing. For unit testing. View code on GitHub
Public classMockNonPauseableUpdateBehavior
A non-pauseable update behavior that does nothing during a unit test. View code on GitHub
Public classMockRapidEntity
RapidUpdateable Entity that does nothing. For unit testing. View code on GitHub
Public classMockSettings
Mocks a settings file during unit tests instead just having a simple lookup. View code on GitHub
Public classMockTrigger
Mocks an input trigger during unit tests. View code on GitHub
Public classMockUpdateBehavior
An update behavior that does nothing during a unit test. View code on GitHub
Public classMockWindow
Mock a window for unit tests. View code on GitHub
Interfaces

  InterfaceDescription
Public interfaceVerifiableUpdate