Exemple #1
0
        public void Tweet_CanDownVote()
        {
            int votes = tw.TweetDownvotes;

            tw.Downvote();
            Assert.IsTrue(tw.TweetDownvotes != votes);
        }