Ejemplo n.º 1
0
 public static IStorageManager CreateStorageManager()
 {
     return(CreateMockedManager(c => StorageManager
                                .Configure()
                                .WithDelegatingHandlers(GetHandlers())
                                .WithLogLevel(HttpLoggingDelegatingHandler.Level.BodyAndHeaders)
                                .Authenticate(c, c.DefaultSubscriptionId)));
 }
Ejemplo n.º 2
0
        public void Configure(string rootPath, string filename)
        {
            if (testData2 == null)
            {
                return;
            }

            testData2.Configure(rootPath, filename);

            IsConfigured = true;
        }