Exemple #1
0
        public void UpisiUFajlLose2(string s)
        {
            bool      b;
            UpisUFajl uf = new UpisUFajl();

            b = uf.UpisiUFajl(s);
            Assert.AreEqual(false, b);
        }