mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 14:53:37 +01:00
* r * fix * sw * x * s * . * . * . * CreateTypeFromJObject * . * . * f * c * . * . * . * . * . * . * ok * , * . * . * . * . * n * pact * fix * schema * null * fluent * r * -p * . * . * refs * .
14 lines
228 B
C#
14 lines
228 B
C#
using FluentAssertions;
|
|
using WireMock.Util;
|
|
using Xunit;
|
|
|
|
namespace WireMock.Net.Tests.Util;
|
|
|
|
public class SystemUtilsTests
|
|
{
|
|
[Fact]
|
|
public void Version()
|
|
{
|
|
SystemUtils.Version.Should().NotBeEmpty();
|
|
}
|
|
} |