Exemple #1
0
        public void Test_ToString()
        {
            ObsInt oiA = new ObsInt(17);

            Assert.AreEqual("17", oiA.ToString());
        }