示例#1
0
 public Test(TestAttribute attr,
             MethodInfo testMethodInfo,
             Type type,
             List <MethodInfo> setupMethods,
             List <MethodInfo> cleanupMethods)
     : base(attr, testMethodInfo, type, setupMethods, cleanupMethods)
 {
     _attr = attr;
 }
示例#2
0
文件: Test.cs 项目: Corillian/corefx
 public Test(TestAttribute attr,
             MethodInfo testMethodInfo,
             Type type,
             List<MethodInfo> setupMethods,
             List<MethodInfo> cleanupMethods)
     : base(attr, testMethodInfo, type, setupMethods, cleanupMethods)
 {
     _attr = attr;
 }