Пример #1
0
        public void Test1()
        {
            OctalSystems octalSystems = new OctalSystems("1");
            string       result       = octalSystems.octalToDecimal();

            Assert.That(result, Is.EqualTo("1"));
        }