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