コード例 #1
0
            public Fixture(MsSqlStreamStoreV3Fixture fixture)
            {
                _fixture = fixture;

                Sut = new SqlEventStore(_fixture.MsqlStreamStore);

                TypeCache.Add <PersonDied>("TestDomain.PersonDied");
                TypeCache.Add <PersonWasBorn>("TestDomain.PersonWasBorn");
            }
コード例 #2
0
 public Fixture(MsSqlStreamStoreV3Fixture fixture)
 {
 }
コード例 #3
0
 public SqlEventStoreTests(MsSqlStreamStoreV3Fixture fixture)
 {
     _fixture = fixture;
 }
コード例 #4
0
 public BirthRegistrationTests(MsSqlStreamStoreV3Fixture fixture)
 {
     _fixture = fixture;
 }