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