Example #1
0
 public TestContext(Type type, IMethodIsDecoratedBySpecificationAttribute methodCriteria)
 {
     this.type           = type;
     this.methodCriteria = methodCriteria;
     Name = type.Name;
 }
 public TypeContainsSpecifications(IMethodIsDecoratedBySpecificationAttribute criteria)
 {
     this.criteria = criteria;
 }