Ejemplo n.º 1
0
        public void TestSearchSentence()
        {
            QueryDB  queryDB  = new QueryDB();
            Sentence sentence = queryDB.SearchSentence();

            Assert.IsNotNull(sentence.hintSpanish);
        }