public void InitializeComponentTest() { frmPaletteEditor_Accessor target = new frmPaletteEditor_Accessor(); // TODO: Initialize to an appropriate value target.InitializeComponent(); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void DisposeTest() { frmPaletteEditor_Accessor target = new frmPaletteEditor_Accessor(); // TODO: Initialize to an appropriate value bool disposing = false; // TODO: Initialize to an appropriate value target.Dispose(disposing); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void ListBox1_DrawItemTest() { frmPaletteEditor_Accessor target = new frmPaletteEditor_Accessor(); // TODO: Initialize to an appropriate value object sender = null; // TODO: Initialize to an appropriate value DrawItemEventArgs e = null; // TODO: Initialize to an appropriate value target.ListBox1_DrawItem(sender, e); Assert.Inconclusive("A method that does not return a value cannot be verified."); }