public RepositoryOfT_GetBySpec(SharedDatabaseFixture fixture) : base(fixture, SpecificationEvaluator.Default)
 {
 }
Example #2
0
 public RepositoryOfT_AnyAsync(SharedDatabaseFixture fixture) : base(fixture)
 {
 }
 public RepositoryOfT_GetById(SharedDatabaseFixture fixture) : base(fixture)
 {
 }
Example #4
0
 protected RepositoryOfT_AnyAsync_TestKit(SharedDatabaseFixture fixture, ISpecificationEvaluator specificationEvaluator) : base(fixture, specificationEvaluator)
 {
 }
Example #5
0
 public RepositoryOfT_AnyAsync_Cached(SharedDatabaseFixture fixture) : base(fixture, SpecificationEvaluator.Cached)
 {
 }
 public Repository_ListAsync(SharedDatabaseFixture fixture) : base(fixture)
 {
 }