Set the result of the next calculated method

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

Syntax

C#
public void SetExpectedCalculateResult(
	Object result
)
Visual Basic (Declaration)
Public Sub SetExpectedCalculateResult ( _
	result As Object _
)

Parameters

result
Type: System..::.Object
The result to return

See Also