示例#1
0
文件: Test.cs 项目: txdv/Frameworks
 /// <summary>
 /// Group related tests under a single label.
 /// </summary>
 /// <param name="name">Label for this group of tests</param>
 /// <param name="hooks">Callbacks to run before and after each test</param>
 public static void Module(string name, ModuleHooks hooks)
 {
 }
示例#2
0
文件: Test.cs 项目: txdv/Frameworks
 /// <summary>
 /// Group related tests under a single label.
 /// </summary>
 /// <param name="name">Label for this group of tests</param>
 /// <param name="hooks">Callbacks to run before and after each test</param>
 public static void Module(string name, ModuleHooks hooks)
 {
 }