public void GetOutputImageSymbolsOperandsTest()
 {
     PCS7Project target = new PCS7Project(); // TODO: Initialize to an appropriate value
     string[,] expected = null; // TODO: Initialize to an appropriate value
     string[,] actual;
     actual = target.GetOutputImageSymbolsOperands();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
        public void GetOutputImageSymbolsOperandsTest1()
        {
            PCS7Project target = new PCS7Project(); // TODO: Initialize to an appropriate value

            string[,] expected = null;              // TODO: Initialize to an appropriate value
            string[,] actual;
            actual = target.GetOutputImageSymbolsOperands();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }