Bickle.Spec.Describe C# (CSharp) Method

Describe() protected method

protected Describe ( string area, System.Action spec ) : void
area string
spec System.Action
return void
        protected void Describe(string area, Action spec)
        {
            var describe = new ActiveExampleContainer(area, CurrentDescribe(), this);
            RunDescribe(spec, describe);
        }