Tests.TagTests.CanGetTags C# (CSharp) Method

CanGetTags() private method

private CanGetTags ( ) : void
return void
        public void CanGetTags()
        {
            var res = api.Tags.GetTags();

            Assert.Greater(res.Tags.Count, 0);
        }