示例#1
0
 [Given(@"I call a method (.*)")] public void CallMethod(string name)
 {
     CurrentComponent.CallClientMethod(name);
 }