public void AutoWebAgentDBDataSet_elementRowChangeEventConstructorTest() { AutoWebAgentDBDataSet.elementRow row = null; // TODO: Initialize to an appropriate value DataRowAction action = new DataRowAction(); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.elementRowChangeEvent target = new AutoWebAgentDBDataSet.elementRowChangeEvent(row, action); Assert.Inconclusive("TODO: Implement code to verify target"); }
public void RowTest() { AutoWebAgentDBDataSet.elementRow row = null; // TODO: Initialize to an appropriate value DataRowAction action = new DataRowAction(); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.elementRowChangeEvent target = new AutoWebAgentDBDataSet.elementRowChangeEvent(row, action); // TODO: Initialize to an appropriate value AutoWebAgentDBDataSet.elementRow actual; actual = target.Row; Assert.Inconclusive("Verify the correctness of this test method."); }