mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 03:13:53 +02:00
Swagger support (#749)
* r * fix * sw * x * s * . * . * . * CreateTypeFromJObject * . * . * f * c * . * . * . * . * . * . * ok * , * . * . * . * . * n * pact * fix * schema * null * fluent * r * -p * . * . * refs * .
This commit is contained in:
14
test/WireMock.Net.Tests/Util/SystemUtilsTests.cs
Normal file
14
test/WireMock.Net.Tests/Util/SystemUtilsTests.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using FluentAssertions;
|
||||
using WireMock.Util;
|
||||
using Xunit;
|
||||
|
||||
namespace WireMock.Net.Tests.Util;
|
||||
|
||||
public class SystemUtilsTests
|
||||
{
|
||||
[Fact]
|
||||
public void Version()
|
||||
{
|
||||
SystemUtils.Version.Should().NotBeEmpty();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user