コード例 #1
0
        public void AutoWebAgentDBDataSet_recognitionRowChangeEventConstructorTest()
        {
            AutoWebAgentDBDataSet.recognitionRow row = null; // TODO: Initialize to an appropriate value
            DataRowAction action = new DataRowAction();      // TODO: Initialize to an appropriate value

            AutoWebAgentDBDataSet.recognitionRowChangeEvent target = new AutoWebAgentDBDataSet.recognitionRowChangeEvent(row, action);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }
コード例 #2
0
        public void RowTest()
        {
            AutoWebAgentDBDataSet.recognitionRow row = null;                                                                           // TODO: Initialize to an appropriate value
            DataRowAction action = new DataRowAction();                                                                                // TODO: Initialize to an appropriate value

            AutoWebAgentDBDataSet.recognitionRowChangeEvent target = new AutoWebAgentDBDataSet.recognitionRowChangeEvent(row, action); // TODO: Initialize to an appropriate value
            AutoWebAgentDBDataSet.recognitionRow            actual;
            actual = target.Row;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }