Ejemplo n.º 1
0
 protected PostgresTestBase(PostgresDockerContainerFixture fixture)
 {
     _fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public PostgresGameStateProviderTest(PostgresDockerContainerFixture fixture) : base(fixture)
 {
 }