Classes
Class | Description | |
---|---|---|
MockDrawableEntity |
A drawable entity that does nothing; useful for unit testing.
View code on GitHub | |
MockEntitiesRunner |
Mock Entities Runner for fast resolution of behavior during unit testing.
View code on GitHub | |
MockEntity |
Updateable Entity that does nothing. For unit testing.
View code on GitHub | |
MockGlobalTime |
Increments the number of ticks that have passed every time it is polled.
View code on GitHub | |
MockImage | ||
MockLogger |
Simply logs to a public property used in unit testing.
View code on GitHub | |
MockNonPauseableEntity |
Updateable Entity that does nothing. For unit testing.
View code on GitHub | |
MockNonPauseableRapidEntity |
RapidUpdateable Entity that does nothing. For unit testing.
View code on GitHub | |
MockNonPauseableUpdateBehavior |
A non-pauseable update behavior that does nothing during a unit test.
View code on GitHub | |
MockRapidEntity |
RapidUpdateable Entity that does nothing. For unit testing.
View code on GitHub | |
MockSettings |
Mocks a settings file during unit tests instead just having a simple lookup.
View code on GitHub | |
MockTrigger |
Mocks an input trigger during unit tests.
View code on GitHub | |
MockUpdateBehavior |
An update behavior that does nothing during a unit test.
View code on GitHub | |
MockWindow |
Mock a window for unit tests.
View code on GitHub |
Interfaces
Interface | Description | |
---|---|---|
VerifiableUpdate |