コード例 #1
0
 protected SqlStoreTestBase(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #2
0
 public UserStoreIntTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
コード例 #3
0
 public ProtectedUserStoreTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
コード例 #4
0
 public UserStoreWithGenericsTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #5
0
ファイル: UserStoreTest.cs プロジェクト: sbauer/AspNetCore
 public UserStoreTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #6
0
 public UserStoreStringKeyTest(ScratchDatabaseFixture fixture)
     : base(fixture)
 {
 }
コード例 #7
0
 public ApplicationStoreTest(ScratchDatabaseFixture fixture)
 {
     _fixture = fixture;
 }