示例#1
0
 public void should_return_Windows()
 {
     result.ShouldEqual(PlatformType.Windows);
 }
示例#2
0
 public void should_return_Mac()
 {
     result.ShouldEqual(PlatformType.Mac);
 }
示例#3
0
 public void should_return_Linux()
 {
     result.ShouldEqual(PlatformType.Linux);
 }