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