public void should_return_Mac() { result.Should().Be(PlatformType.Mac); }
public void should_not_be_Unknown() { result.Should().NotBe(PlatformType.Unknown); }
public void should_return_Windows() { result.Should().Be(PlatformType.Windows); }
public void should_return_Linux() { result.Should().Be(PlatformType.Linux); }