Exemplo n.º 1
0
        public void PrintPhotoId_Title(String photoId, String title)
        {
            string expectedVal = "[" + photoId + "] " + title;

            Showcase.FormatOutput v = new FormatOutput();
            string actualVal        = v.Output(photoId, title);

            Assert.AreEqual(actualVal, expectedVal);
        }