コード例 #1
0
        public void GetAllAttachmentsWhichHasToBeNotNull_Test()
        {
            var actualAttachments = _controller.GetAllAttachments();

            CollectionAssert.AllItemsAreNotNull(actualAttachments);
        }