Example #1
0
 public virtual void Initialize(Case testCase)
 {
     this.testCase          = testCase;
     this.tempObjectFactory = new TempObjectFactory();
     this.tempObjectFactory.Initialize(testCase);
 }
Example #2
0
 public DataSetFactory(TempObjectFactory parent) : base(parent)
 {
 }
 protected ObjectFactoryBase(TempObjectFactory parent) : base(Section.SectionType.ObjectForExec)
 {
     this.parent = parent;
 }
Example #4
0
 public DataTableFactory(TempObjectFactory parent) : base(parent)
 {
 }
Example #5
0
 public PocoFactory(TempObjectFactory parent) : base(parent)
 {
 }
 public DictionaryFactory(TempObjectFactory parent) : base(parent)
 {
 }