The Mindscape.LightSpeed.Testing namespace contains classes that support unit testing of LightSpeed-based applications.

Classes

  ClassDescription
EntityFactory
Enables the provisioning of entities using custom identity and state. To be used for testing purposes only as LightSpeed is designed to manage these properties internally. Using these methods in production is unsupported.
TestUnitOfWork
Provides a fake Unit of Work which can be used for testing. Expected results can be set by calling SetExpected* methods before executing query methods.