Exemple #1
0
 public void MyTestInitialize()
 {
     this.target = new LeftToRightSyncMode();
 }
Exemple #2
0
 public void MyTestInitialize()
 {
     this.target = new LeftToRightWithoutDeletionSyncMode();
 }
 public void MyTestInitialize()
 {
     this.target = new BothWaysSyncMode();
 }