コード例 #1
0
        public void LoadAllLinkedFramesTest()
        {
            string filePath = string.Empty;                  // TODO: Initialize to an appropriate value
            bool   LoadData = false;                         // TODO: Initialize to an appropriate value
            ID3v2  target   = new ID3v2(filePath, LoadData); // TODO: Initialize to an appropriate value

            target.LoadAllLinkedFrames();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }