示例#1
0
 internal RunnableTestMethod(ConcurrencyTestMethod _enclosing, AbstractDb4oTestCase
                             toTest, MethodInfo method, int seq, bool showSeq)
 {
     this._enclosing = _enclosing;
     this.toTest     = toTest;
     this.method     = method;
     this.seq        = seq;
     this.showSeq    = showSeq;
 }
			internal RunnableTestMethod(ConcurrencyTestMethod _enclosing, AbstractDb4oTestCase
				 toTest, MethodInfo method, int seq, bool showSeq)
			{
				this._enclosing = _enclosing;
				this.toTest = toTest;
				this.method = method;
				this.seq = seq;
				this.showSeq = showSeq;
			}