Ejemplo n.º 1
0
        public void CheckViewWithoutLoadingTest()
        {
            Controller controller = Controller.Instance;

            MatchFinder.View view = MatchFinder.View.Instance;

            Assert.NotNull(view);
        }
Ejemplo n.º 2
0
        public void LoadViewTest()
        {
            Controller controller = Controller.Instance;

            MatchFinder.View view = MatchFinder.View.Instance;

            controller.LoadView(view);

            Assert.NotNull(view);
        }