public void checkCountTest() { ExportForm_Accessor target = new ExportForm_Accessor(); // TODO: Initialize to an appropriate value int[] catalogNum = null; // TODO: Initialize to an appropriate value bool expected = false; // TODO: Initialize to an appropriate value bool actual; actual = target.checkCount(catalogNum); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }