コード例 #1
0
ファイル: ITestContext.cs プロジェクト: xlgmokha/spec-dox
 public TestContext(Type type, IMethodIsDecoratedBySpecificationAttribute methodCriteria)
 {
     this.type           = type;
     this.methodCriteria = methodCriteria;
     Name = type.Name;
 }
コード例 #2
0
 public TypeContainsSpecifications(IMethodIsDecoratedBySpecificationAttribute criteria)
 {
     this.criteria = criteria;
 }