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