Exemple #1
0
 public void should_return_Mac()
 {
     result.Should().Be(PlatformType.Mac);
 }
Exemple #2
0
 public void should_not_be_Unknown()
 {
     result.Should().NotBe(PlatformType.Unknown);
 }
Exemple #3
0
 public void should_return_Windows()
 {
     result.Should().Be(PlatformType.Windows);
 }
Exemple #4
0
 public void should_return_Linux()
 {
     result.Should().Be(PlatformType.Linux);
 }