Exemplo n.º 1
0
        public void DiscardIllegalPositionsTest()
        {
            PrivateObject       param0 = null;                            // TODO: Initialize to an appropriate value
            ZRFCreator_Accessor target = new ZRFCreator_Accessor(param0); // TODO: Initialize to an appropriate value
            string positions           = string.Empty;                    // TODO: Initialize to an appropriate value
            string expected            = string.Empty;                    // TODO: Initialize to an appropriate value
            string actual;

            actual = target.DiscardIllegalPositions(positions);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }