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