public void CheckViewWithoutLoadingTest() { Controller controller = Controller.Instance; MatchFinder.View view = MatchFinder.View.Instance; Assert.NotNull(view); }
public void LoadViewTest() { Controller controller = Controller.Instance; MatchFinder.View view = MatchFinder.View.Instance; controller.LoadView(view); Assert.NotNull(view); }