This commit is contained in:
Stef Heyenrath
2026-02-13 20:26:19 +01:00
parent 0f4f52cedd
commit aa9be33620
10 changed files with 48 additions and 133 deletions
@@ -4,11 +4,10 @@ using System.Net.Http.Json;
using AwesomeAssertions;
using Projects;
using WireMock.Net.Aspire.Tests.Facts;
using Xunit.Abstractions;
namespace WireMock.Net.Aspire.Tests;
public class IntegrationTests(ITestOutputHelper output)
public class IntegrationTests
{
private record WeatherForecast(DateOnly Date, int TemperatureC, string? Summary);