public void CreatesAttachmentIfNoCurrentAttachment() { var sut = new SlackMessage(); sut.AsAuthor(AuthorName, AuthorIcon, AuthorLink); Assert.AreEqual(1, sut.Attachments.Count); }