Esempio n. 1
0
        public void Get_New_Client_Returns_A_New_Client_When_Called()
        {
            var newClient = ElasticSearchClient.GetNewClient();

            Assert.IsNotNull(newClient);
            Assert.IsInstanceOfType(newClient, typeof(ElasticClient));
        }