Set the result of the next query which would return a collection of entities

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

Syntax

C#
public void SetExpectedCollectionResult(
	IList<Entity> result
)
Visual Basic (Declaration)
Public Sub SetExpectedCollectionResult ( _
	result As IList(Of Entity) _
)

Parameters

result
Type: System.Collections.Generic..::.IList<(Of <(Entity>)>)
The entities to return

See Also