Example #1
0
    public void AddHelpAndSupportWindowProperly()
    {
        helpAndSupportHUDController = new HelpAndSupportHUDController();
        controller.AddHelpAndSupportWindow(helpAndSupportHUDController);

        Assert.IsTrue(helpAndSupportHUDController.view.gameObject.activeSelf, "Help and Support window is disabled!");
    }