Пример #1
0
        /// <summary>
        /// Configures the dependencies for the test case.
        /// </summary>
        /// <param name="container">The container (private to the test case).</param>
        protected override void ConfigureDependencies(DependencyInjectionContainer container)
        {
            base.ConfigureDependencies(container);
#if WINDOWS_PHONE
            container.Register <IAuthenticationProvider, AnonymousAuthenticationProvider>();
#endif
            AstoriaTestServices.ConfigureDependencies(container);
        }
Пример #2
0
 /// <summary>
 /// Configures the dependencies for the test case.
 /// </summary>
 /// <param name="container">The container (private to the test case).</param>
 protected override void ConfigureDependencies(DependencyInjectionContainer container)
 {
     base.ConfigureDependencies(container);
     AstoriaTestServices.ConfigureDependencies(container);
 }