コード例 #1
0
 public RepositoryOfT_GetBySpec(SharedDatabaseFixture fixture) : base(fixture, SpecificationEvaluator.Default)
 {
 }
コード例 #2
0
 public RepositoryOfT_AnyAsync(SharedDatabaseFixture fixture) : base(fixture)
 {
 }
コード例 #3
0
 public RepositoryOfT_GetById(SharedDatabaseFixture fixture) : base(fixture)
 {
 }
コード例 #4
0
 protected RepositoryOfT_AnyAsync_TestKit(SharedDatabaseFixture fixture, ISpecificationEvaluator specificationEvaluator) : base(fixture, specificationEvaluator)
 {
 }
コード例 #5
0
 public RepositoryOfT_AnyAsync_Cached(SharedDatabaseFixture fixture) : base(fixture, SpecificationEvaluator.Cached)
 {
 }
コード例 #6
0
 public Repository_ListAsync(SharedDatabaseFixture fixture) : base(fixture)
 {
 }