Example #1
0
        public void TestMethod1()
        {
            string[] param  = { "1", "2", "3", "4" };
            var      myVar  = new NewFile();
            var      result = myVar.checkParamValue(param);

            Assert.IsFalse(result);
        }