コード例 #1
0
ファイル: Hooks.cs プロジェクト: OmarIbrahimDymk/ocp-test
 public Hooks(PageContext context)
 {
     _context = context;
 }
コード例 #2
0
 public GeneralDetailsSteps(PageContext context, ITestOutputHelper output)
 {
     _context = context;
     _output  = output;
 }
コード例 #3
0
 public CorporateRegistryServicesSteps(PageContext context)
 {
     _context = context;
 }