Bickle.Spec.It C# (CSharp) 메소드

It() 보호된 메소드

protected It ( string area, System.Action spec ) : void
area string
spec System.Action
리턴 void
        protected void It(string area, Action spec)
        {
            AddIt(new Example(area, spec, CurrentDescribe(), this));
        }

Same methods

Spec::It ( string area, Expression spec ) : void