TechTalk.SpecFlow.PendingStepException.PendingStepException C# (CSharp) Méthode

PendingStepException() public méthode

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

Same methods

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