Returns the list of objects specified in the last call to SetExpectedProjectionResul.

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

Syntax

C#
public override IList Project(
	Query query,
	Type projectedType
)
Visual Basic (Declaration)
Public Overrides Function Project ( _
	query As Query, _
	projectedType As Type _
) As IList

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
A Query specification. The query specification is ignored in the TestUnitOfWork.
projectedType
Type: System..::.Type
The Type to project into. This is ignored in the TestUnitOfWork.

Return Value

The list of objects specified in the last call to SetExpectedProjectionResult.

Implements

IUnitOfWork..::.Project(Query, Type)

See Also