Exemplo n.º 1
0
 public TestSensusContext()
 {
     Platform = Platform.Test;
     MainThreadSynchronizer = new LockConcurrent();
     SymmetricEncryption    = new SymmetricEncryption("91091462A8D6FD3B4DB1D91C731070F10460D73AEE0377EDC2585C42F70A84A5");
     Notifier          = new TestSensusNotifier();
     CallbackScheduler = new TestSensusCallbackScheduler();
     ActivationId      = "asdfadsf";
 }
Exemplo n.º 2
0
 public TestSensusContext()
 {
     Platform = Platform.Test;
     MainThreadSynchronizer = new LockConcurrent();
     Encryption             = new SimpleEncryption("");
 }
 public TestSensusContext()
 {
     Platform = Platform.Test;
     MainThreadSynchronizer = new LockConcurrent();
     SymmetricEncryption    = new SymmetricEncryption("91091462A8D6FD3B4DB1D91C731070F10460D73AEE0377EDC2585C42F70A84A5");
 }