Exemple #1
0
 public ThreadPoolTest(ThreadPoolTestAttribute attr,
                       MethodInfo testMethodInfo,
                       Type type,
                       List <MethodInfo> setupMethods,
                       List <MethodInfo> cleanupMethods)
     : base(attr, testMethodInfo, type, setupMethods, cleanupMethods)
 {
     _attr = attr;
 }
 public ThreadPoolTest(ThreadPoolTestAttribute attr,
                          MethodInfo testMethodInfo,
                          Type type,
                          List<MethodInfo> setupMethods,
                          List<MethodInfo> cleanupMethods)
     : base(attr, testMethodInfo, type, setupMethods, cleanupMethods)
 {
     _attr = attr;
 }