コード例 #1
0
        public void phraseTest()
        {
            Fortune f = new Fortune();
            string  s = f.phrase(1);

            StringAssert.StartsWith(s, "phrase");
        }