Example #1
0
        public void CreateTest_SQLite()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.CreateTest <GenericParameterHelper>();
        }
Example #2
0
        public void CreateTest_MsSqlServer()
        {
            var commonRepoTests = new CommonRepoTests();

            commonRepoTests.CreateTest <GenericParameterHelper>();
        }