Set the result of the next FindByGroup 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 SetExpectedGroupResult(
	EntityTuple result
)
Visual Basic (Declaration)
Public Sub SetExpectedGroupResult ( _
	result As EntityTuple _
)

Parameters

result
Type: Mindscape.LightSpeed..::.EntityTuple
The entity tuple to return.

See Also