예제 #1
0
        public void When_reading_dataTestConfig_it_should_be_good()
        {
            var dtm = new DataTestLoader();

            List<string> tablesToLoad = dtm.RetrieveTablesList();
            tablesToLoad.Count().Should().BeGreaterThan(0, "tables to load must be declared");
        }
        public void When_reading_dataTestConfig_it_should_be_good()
        {
            var dtm = new DataTestLoader();

            List <string> tablesToLoad = dtm.RetrieveTablesList();

            tablesToLoad.Count().Should().BeGreaterThan(0, "tables to load must be declared");
        }