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