コード例 #1
0
        public void QueryWithParametersTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.QueryWithParametersTest <GenericParameterHelper>();
        }
コード例 #2
0
        public void UserInitiatedTransactionTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.UserInitiatedTransactionTest <GenericParameterHelper>();
        }
コード例 #3
0
        public void DeleteTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.DeleteTest <GenericParameterHelper>();
        }
コード例 #4
0
        public void UpdateTest_MariaDb()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.UpdateTest <GenericParameterHelper>();
        }
コード例 #5
0
        public void ReadTest_MySql()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.ReadTest <GenericParameterHelper>();
        }
コード例 #6
0
        public void DeleteTest_MsSqlServer()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.DeleteTest <GenericParameterHelper>();
        }