Exemple #1
0
        public void Verify_That_Shard_List_Returns_Shards()
        {
            var shards = client.ListShards();

            Assert.That(shards, Is.Not.Null.And.Not.Empty);
        }