Exemplo n.º 1
0
        private void MakeFileRepositoryInvalidLogin()
        {
            var testCloudManager = new TestCloudFileManager();

            testCloudManager.SetInvalidLoginRequired();

            ObjectFactory.Container.Inject(typeof(CloudFileManager), testCloudManager);
        }
Exemplo n.º 2
0
        private void MakeFileRepositoryTimeOut()
        {
            var testCloudManager = new TestCloudFileManager();

            testCloudManager.SetTimeOutRequired();

            ObjectFactory.Container.Inject(typeof(CloudFileManager), testCloudManager);
        }