public DirectorySeparatorPlatformSpecificTestFixture(IDirectorySeparatorOperator directorySeparatorOperator)
 {
     this.DirectorySeparatorOperator = directorySeparatorOperator;
 }
 public StringlyTypedPathOperatorEnsureTestFixture(IDirectorySeparatorOperator directorySeparatorOperator, IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.DirectorySeparatorOperator = directorySeparatorOperator;
     this.StringlyTypedPathOperator  = stringlyTypedPathOperator;
 }
 public StringlyTypedPathOperatorMiscellaneousTestFixture(IDirectorySeparatorOperator directorySeparatorOperator, IStringlyTypedPathOperator stringlyTypedPathOperator)
 {
     this.DirectorySeparatorOperator = directorySeparatorOperator;
     this.StringlyTypedPathOperator  = stringlyTypedPathOperator;
 }