protected SolutionSyncPublisherTests(SyncEventsTestArgs testArgs)
 {
     this.testArgs = testArgs;
 }
 public SolutionSyncPublishManagerTests(SyncEventsTestArgs testArgs) : base(testArgs)
 {
     this.testArgs = testArgs;
 }
Exemplo n.º 3
0
 public SolutionSyncUnitySubscriberTests(SyncEventsTestArgs testArgs) : base(testArgs)
 {
 }
Exemplo n.º 4
0
 public SolutionSyncProcessorPublisherTests(SyncEventsTestArgs testArgs) : base(testArgs)
 {
 }