protected SpecifiesStatically()
 {
     this.typeRegistry = new TypeRegistry();
     instanceForCleanUp = this;
 }
示例#2
0
 protected SpecifiesStatically() : base(new TypeStoreFactory())
 {
     instanceForCleanUp = this;
     this.engine        = new SpecificationEngine(this);
 }