Пример #1
0
        public FinanceDocumentsControllerTest(SqliteDatabaseFixture fixture)
        {
            this.fixture = fixture;

            this.provider = UnitTestUtility.GetServiceProvider();
            this.model    = UnitTestUtility.GetEdmModel <FinanceDocument>(provider, "FinanceDocuments");
        }
        public BlogCollectionsControllerTest(SqliteDatabaseFixture fixture)
        {
            this.fixture  = fixture;
            this.provider = UnitTestUtility.GetServiceProvider();

            this.model = UnitTestUtility.GetEdmModel <BlogCollection>(provider, "BlogCollections");
        }
        public FinanceReportByControlCentersControllerTest(SqliteDatabaseFixture fixture)
        {
            this.fixture = fixture;

            this.provider = UnitTestUtility.GetServiceProvider();
            this.model    = UnitTestUtility.GetEdmModel <FinancePlan>(provider, "FinancePlans");
        }
Пример #4
0
        public FinanceOrdersControllerTest(SqliteDatabaseFixture fixture)
        {
            this.fixture = fixture;

            this.provider = UnitTestUtility.GetServiceProvider();
            var modelBuilder = UnitTestUtility.GetModelBuilder(this.provider);

            modelBuilder.EntitySet <FinanceOrder>("FinanceOrders");
            modelBuilder.EntitySet <FinanceOrderSRule>("FinanceOrderSRules");
            this.model = modelBuilder.GetEdmModel();
        }
 public LearnCategoriesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture  = fixture;
     this.provider = UnitTestUtility.GetServiceProvider();
     this.model    = UnitTestUtility.GetEdmModel <LearnCategory>(provider, "LearnCategories");
 }
 public FinanceTransactionTypesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
Пример #7
0
 public FinanceAccountCategoriesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
Пример #8
0
 public LanguagesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
Пример #9
0
 public DailyTracesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
 public FinanceDocumentTypesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
Пример #11
0
 public DBVersionsControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
 public HomeDefinesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
 public CurrenciesControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }
 public KnowledgeItemsControllerTest(SqliteDatabaseFixture fixture)
 {
     this.fixture = fixture;
 }