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.

Namespace:  Mindscape.LightSpeed.Testing
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public class TestUnitOfWork : UnitOfWorkBase
Visual Basic (Declaration)
Public Class TestUnitOfWork _
	Inherits UnitOfWorkBase

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.UnitOfWorkBase
    Mindscape.LightSpeed.Testing..::.TestUnitOfWork

See Also