public void TestMethod1() { Presenter presenter = new Presenter(); Assert.AreEqual("Linus", presenter.Sender); Assert.IsInstanceOfType(presenter.Messages, typeof(Messages)); }
public StartWindow() { InitializeComponent(); DataContext = new Presenter(); }