Ejemplo n.º 1
0
        public void SetTextFrameTest()
        {
            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
            string FrameID  = string.Empty;                  // TODO: Initialize to an appropriate value
            string Text     = string.Empty;                  // TODO: Initialize to an appropriate value

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