コード例 #1
0
 public AsyncMethodLevelHook(MethodInfo method, string hookName)
 {
     runner = new AsyncMethodRunner(method, hookName);
 }
コード例 #2
0
 public AsyncMethodLevelHook(MethodInfo method, string hookName)
 {
     runner = new AsyncMethodRunner(method, hookName);
 }
コード例 #3
0
ファイル: AsyncMethodExample.cs プロジェクト: qipa/NSpec
 public AsyncMethodExample(MethodInfo method, string tags)
     : base(method, tags)
 {
     runner = new AsyncMethodRunner(method, "example");
 }
コード例 #4
0
 public AsyncMethodExample(MethodInfo method, string tags)
     : base(method, tags)
 {
     runner = new AsyncMethodRunner(method, "example");
 }