Bickle.Spec.It C# (CSharp) Method

It() protected method

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

Same methods

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