예제 #1
0
		public void InitializeComponentTest() {
			MainWindow target = new MainWindow(); // TODO: Initialize to an appropriate value
			target.InitializeComponent();
			Assert.Inconclusive("A method that does not return a value cannot be verified.");
		}
예제 #2
0
		public void MainWindowConstructorTest() {
			MainWindow target = new MainWindow();
			Assert.Inconclusive("TODO: Implement code to verify target");
		}