public void MyTestInitialize() { this.target = new LeftToRightSyncMode(); }
public void MyTestInitialize() { this.target = new LeftToRightWithoutDeletionSyncMode(); }
public void MyTestInitialize() { this.target = new BothWaysSyncMode(); }