TechTalk.SpecFlow.PendingStepException.PendingStepException C# (CSharp) Метод

PendingStepException() публичный Метод

public PendingStepException ( ) : System
Результат System
        public PendingStepException()
            : base("One or more step definitions are not implemented yet.")
        {
        }

Same methods

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