public Fixture(MsSqlStreamStoreV3Fixture fixture)
            {
                _fixture = fixture;

                Sut = new SqlEventStore(_fixture.MsqlStreamStore);

                TypeCache.Add <PersonDied>("TestDomain.PersonDied");
                TypeCache.Add <PersonWasBorn>("TestDomain.PersonWasBorn");
            }
Exemplo n.º 2
0
 public Fixture(MsSqlStreamStoreV3Fixture fixture)
 {
 }
 public SqlEventStoreTests(MsSqlStreamStoreV3Fixture fixture)
 {
     _fixture = fixture;
 }
Exemplo n.º 4
0
 public BirthRegistrationTests(MsSqlStreamStoreV3Fixture fixture)
 {
     _fixture = fixture;
 }