public static void RegisterIntegrationObjects() { ScenarioHelper.Add(new StartApplicationService(), typeof(IStartApplicationService)); ScenarioHelper.Add(new LoginScreenObject(), typeof(ILoginScreenObject)); ScenarioHelper.Add(new MainScreenObject(), typeof(IMainScreenObject)); }
protected override void SetupOverride() { LogoFX.Client.Testing.Shared.TestHelper.Setup(); ServiceRegistrationHelper.RegisterIntegrationObjects(); ScenarioHelper.Add(new BuilderRegistrationService(), typeof(IBuilderRegistrationService)); }