WireMock.Net.Testcontainers (#948)

* WireMock.Net.Testcontainers

* .

* logger?

* .

* .

* WatchStaticMappings

* linux

* .

* --

* ContainerInfo

* .

* 02

* .

* fix

* .
This commit is contained in:
Stef Heyenrath
2023-06-11 13:55:57 +02:00
committed by GitHub
parent adf1914877
commit dc4c8d1dba
10 changed files with 480 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace WireMock.Net.Testcontainers.Models;
internal record ContainerInfo
(
string Image,
string MappingsPath
);