mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-27 03:41:50 +01:00
xunit v3
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
// Copyright © WireMock.Net
|
||||
|
||||
using System;
|
||||
using CultureAwareTesting.xUnit;
|
||||
using FluentAssertions;
|
||||
using WireMock.Matchers;
|
||||
using WireMock.Util;
|
||||
using Xunit;
|
||||
|
||||
namespace WireMock.Net.Tests.Util;
|
||||
|
||||
@@ -86,7 +83,7 @@ public class StringUtilsTests
|
||||
}
|
||||
}
|
||||
|
||||
[CulturedTheory("en-US")]
|
||||
[CulturedTheory(["en-US"])]
|
||||
[InlineData("123.1", 123.1, true)]
|
||||
[InlineData("-456.1", -456.1, true)]
|
||||
[InlineData("not a double", 0.0, false)] // Invalid case
|
||||
|
||||
Reference in New Issue
Block a user