Exemplo n.º 1
0
        public void GetBlockFailureStateStringTest()
        {
            InfoPanel_Accessor            target   = new InfoPanel_Accessor();            // TODO: Initialize to an appropriate value
            TrackBlock                    block    = null;                                // TODO: Initialize to an appropriate value
            KeyValuePair <string, string> expected = new KeyValuePair <string, string>(); // TODO: Initialize to an appropriate value
            KeyValuePair <string, string> actual;

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