Ejemplo n.º 1
0
        public void should_replace_whole_table_names_only()
        {
            Assert.IsTrue(false);
            var result = _testClass.BuildQuery("test_table", _testExercise, _testQuestion);

            Assert.IsTrue(result == "test_table");
        }