예제 #1
0
        public void RetrieveCategory_ShouldReturnCategoryWithoutPosts()
        {
            var response = butterClient.RetrieveCategory("test-category");

            Assert.IsNotNull(response);
            Assert.IsNull(response.RecentPosts);
        }