示例#1
0
 public KeySteps(TestContext testContext)
 {
     _testContext = testContext;
 }
示例#2
0
 public ProjectSteps(TestContext testContext)
 {
     _testContext = testContext;
 }
 public TranslationSteps(TestContext testContext)
 {
     _testContext = testContext;
 }