예제 #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);
 }