Esempio n. 1
0
        public void setUp()
        {
            Task <bool> IsAvailable = ServerUtilities.IsElasticServerAvailable();

            IsAvailable.Wait();
            if (!IsAvailable.Result)
            {
                throw new Exception("No elastic server to test on");
            }
        }