상속: ExampleContainer
예제 #1
0
파일: Spec.cs 프로젝트: davidmfoley/bickle
 protected void Ignore(string area, Action spec)
 {
     var describe = new InactiveExampleContainer(area, CurrentDescribe(), this);
     RunDescribe(spec, describe);
 }