示例#1
0
 protected SqlStoreTestBase(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
示例#2
0
 public UserStoreIntTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
示例#3
0
 public ProtectedUserStoreTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
 public UserStoreWithGenericsTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
示例#5
0
 public UserStoreTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
 public UserStoreStringKeyTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
示例#7
0
 public ApplicationStoreTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }