Click or drag to resize
BaseStepsFailTest Method
Fail a test by throwing a SpecFlowException with the provided message

Namespace: Blackbaud.UAT.Core.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void FailTest(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
The message to output with the SpecFlowException
See Also