Set the result of the next FindOne query

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

Syntax

C#
public void SetExpectedSingleResult(
	Entity result
)
Visual Basic (Declaration)
Public Sub SetExpectedSingleResult ( _
	result As Entity _
)

Parameters

result
Type: Mindscape.LightSpeed..::.Entity
The entity to return

See Also