Exemplo n.º 1
0
 public void SetUp()
 {
     provider            = new ConfigurationElementManageabilityProviderWrapper(new CustomSymmetricCryptoProviderDataManageabilityProvider());
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     wmiSettings         = new List <ConfigurationSetting>();
     configurationObject = new CustomSymmetricCryptoProviderData();
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     provider            = new ConfigurationElementManageabilityProviderWrapper(new FlatFileTraceListenerDataManageabilityProvider());
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     wmiSettings         = new List <ConfigurationSetting>();
     configurationObject = new FlatFileTraceListenerData();
 }
Exemplo n.º 3
0
 public void SetUp()
 {
     provider            = new ConfigurationElementManageabilityProviderWrapper(new IsolatedStorageCacheStorageDataManageabilityProvider());
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     wmiSettings         = new List <ConfigurationSetting>();
     configurationObject = new IsolatedStorageCacheStorageData();
 }
Exemplo n.º 4
0
 public void SetUp()
 {
     provider            = new ConfigurationElementManageabilityProviderWrapper(new FaultContractExceptionHandlerDataManageabilityProvider());
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     wmiSettings         = new List <ConfigurationSetting>();
     configurationObject = new FaultContractExceptionHandlerData();
 }
Exemplo n.º 5
0
 public void SetUp()
 {
     provider            = new ConfigurationElementManageabilityProviderWrapper(new BinaryLogFormatterDataManageabilityProvider());
     wmiSettings         = new List <ConfigurationSetting>();
     configurationObject = new BinaryLogFormatterData();
 }