예제 #1
0
 public DirectoryDeviceSteps(CommonContext commonContext, OrgClientContext orgClient, DirectoryClientContext directoryClientContext, AppiumContext appiumContext)
 {
     _commonContext          = commonContext;
     _directoryClientContext = directoryClientContext;
     _appiumContext          = appiumContext;
     _orgClientContext       = orgClient;
 }
 public OrganizationServiceSteps(
     CommonContext commonContext,
     OrgClientContext orgClientContext)
 {
     _orgClientContext = orgClientContext;
     _commonContext    = commonContext;
 }
 public OrganizationDirectorySteps(TestConfiguration config, CommonContext commonContext, KeyManager keyManager, OrgClientContext orgClientContext)
 {
     _config           = config;
     _commonContext    = commonContext;
     _keyManager       = keyManager;
     _orgClientContext = orgClientContext;
 }
예제 #4
0
 public OrganizationDirectoryPublicKeySteps(CommonContext commonContext, OrgClientContext orgClientContext, KeyManager keyManager)
 {
     _commonContext    = commonContext;
     _orgClientContext = orgClientContext;
     _keyManager       = keyManager;
 }
예제 #5
0
 public OrganizationServicePublicKeysSteps(CommonContext commonContext, OrgClientContext orgClientContext, KeyManager keyManager)
 {
     _commonContext    = commonContext;
     _orgClientContext = orgClientContext;
     _keyManager       = keyManager;
 }