Пример #1
0
        public bool CheckEmulator()
        {
            if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
            {
                return(StorageEmulatorHelper.EnsureStarted());
            }

            Assert.Inconclusive("This test requires Azure Storage Emulator to run");
            return(false);
        }