public void AboutButton_Clicked_Default_Should_Pass() { //Arrange page.AboutButton_Clicked(null, null); //Act //Reset //Assert Assert.IsTrue(true); //Got to here, so it happened... }