private void MakeFileRepositoryInvalidLogin() { var testCloudManager = new TestCloudFileManager(); testCloudManager.SetInvalidLoginRequired(); ObjectFactory.Container.Inject(typeof(CloudFileManager), testCloudManager); }
private void MakeFileRepositoryTimeOut() { var testCloudManager = new TestCloudFileManager(); testCloudManager.SetTimeOutRequired(); ObjectFactory.Container.Inject(typeof(CloudFileManager), testCloudManager); }