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."); }
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."); }
public void TR_FAHRZEUGTYPConstructorTest() { MDP_Projekt.Model.TR_FAHRZEUGTYP target = new MDP_Projekt.Model.TR_FAHRZEUGTYP(); Assert.Inconclusive("TODO: Implement code to verify target"); }
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."); }