예제 #1
0
 public UserStoreIntTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
예제 #2
0
 public UserStoreTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
 protected SqlStoreOnlyUsersTestBase(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
예제 #4
0
 public UserStoreWithGenericsTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
예제 #5
0
 public UserStoreStringKeyTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
예제 #6
0
 public ProtectedUserStoreTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }