コード例 #1
0
 public void FZT_BEZEICHNUNGTest()
 {
     MDP_Projekt.Model.TR_FAHRZEUGTYP target = new MDP_Projekt.Model.TR_FAHRZEUGTYP(); // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     target.FZT_BEZEICHNUNG = expected;
     actual = target.FZT_BEZEICHNUNG;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #2
0
 public void FZT_IDTest()
 {
     MDP_Projekt.Model.TR_FAHRZEUGTYP target = new MDP_Projekt.Model.TR_FAHRZEUGTYP(); // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     target.FZT_ID = expected;
     actual = target.FZT_ID;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
コード例 #3
0
 public void TR_FAHRZEUGTYPConstructorTest()
 {
     MDP_Projekt.Model.TR_FAHRZEUGTYP target = new MDP_Projekt.Model.TR_FAHRZEUGTYP();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #4
0
 public void TZ_FAHRZEUGMARKETest()
 {
     MDP_Projekt.Model.TR_FAHRZEUGTYP target = new MDP_Projekt.Model.TR_FAHRZEUGTYP(); // TODO: Initialize to an appropriate value
     System.Data.Objects.DataClasses.EntityCollection<MDP_Projekt.Model.TZ_FAHRZEUGMARKE> expected = null; // TODO: Initialize to an appropriate value
     System.Data.Objects.DataClasses.EntityCollection<MDP_Projekt.Model.TZ_FAHRZEUGMARKE> actual;
     target.TZ_FAHRZEUGMARKE = expected;
     actual = target.TZ_FAHRZEUGMARKE;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }