 | BaseStepsFailTest Method |
Fail a test by throwing a SpecFlowException with the provided message
Namespace: Blackbaud.UAT.Core.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void FailTest(
string errorMessage
)
Public Shared Sub FailTest (
errorMessage As String
)
public:
static void FailTest(
String^ errorMessage
)
Parameters
- errorMessage
- Type: SystemString
The message to output with the SpecFlowException
See Also