public void ClearAllTest() { 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.ClearAll(); Assert.Inconclusive("A method that does not return a value cannot be verified."); }