Click or drag to resize
BaseSteps Class
Base class for Specflow Step classes. Provides access to common functionality in step classes.
Inheritance Hierarchy
SystemObject
  Blackbaud.UAT.Core.BaseBaseSteps

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 class BaseSteps

The BaseSteps type exposes the following members.

Constructors
  NameDescription
Public methodBaseSteps
Initializes a new instance of the BaseSteps class
Top
Properties
  NameDescription
Protected propertyStatic memberuniqueStamp
Time stamp that should be static for all test step definitions in a scenario
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFailTest
Fail a test by throwing a SpecFlowException with the provided message
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also