TechTalk.SpecFlow.PendingStepException.PendingStepException C# (CSharp) Method

PendingStepException() public method

public PendingStepException ( ) : System
return System
        public PendingStepException()
            : base("One or more step definitions are not implemented yet.")
        {
        }

Same methods

PendingStepException::PendingStepException ( SerializationInfo info, StreamingContext context ) : System
PendingStepException