コード例 #1
0
        public void TestStringNegatives()
        {
            FormatOutput format = new FormatOutput();

            String[] test   = new string[] { "-1", "2", "3" };
            var      result = format.TestCalculateProductLine(test);

            Assert.AreEqual(null, result);
        }