Ejemplo n.º 1
0
        public void ToStringTest()
        {
            // ToString is a wrapper around AsUL assume AsUL test covers this.
            ErrorDictionary target = new ErrorDictionary();

            Assert.AreEqual(target.AsUL(), target.ToString());
        }