Interaction logic for NutzerDatenUI.xaml
Inheritance: System.Windows.Controls.Page
Esempio n. 1
0
 public void ConnectTest()
 {
     System.Windows.Markup.IComponentConnector target = new MDP_Projekt.UI.NutzerDatenUI(); // TODO: Initialize to an appropriate value
     int connectionId = 0; // TODO: Initialize to an appropriate value
     object target1 = null; // TODO: Initialize to an appropriate value
     target.Connect(connectionId, target1);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Esempio n. 2
0
 public void InitializeComponentTest()
 {
     MDP_Projekt.UI.NutzerDatenUI target = new MDP_Projekt.UI.NutzerDatenUI(); // TODO: Initialize to an appropriate value
     target.InitializeComponent();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Esempio n. 3
0
 public void NutzerDatenUIConstructorTest()
 {
     MDP_Projekt.UI.NutzerDatenUI target = new MDP_Projekt.UI.NutzerDatenUI();
     // Assert.Inconclusive("TODO: Implement code to verify target");
     Assert.IsInstanceOfType(target, typeof(NutzerDatenUI));
 }