Example #1
0
 public Fixture WithoutWindowsPlatform()
 {
     PlatformInfo.SetupRunningOnWindows(false);
     return(this);
 }
Example #2
0
 public Fixture WithWindowsPlatform()
 {
     PlatformInfo.SetupRunningOnWindows(true);
     return(this);
 }