/ Published in: C#
Expand |
Embed | Plain Text
public void testClipBoardContentsAreChangedWhenQueueIsEmptyContentProvided() { assertTrue(queue.isClipBoardContentsChanged("New Content")); }
You need to login to post a comment.
udayrayala on 02/23/08
1 person have marked this snippet as a favorite
public void testClipBoardContentsAreChangedWhenQueueIsEmptyContentProvided() { assertTrue(queue.isClipBoardContentsChanged("New Content")); }
You need to login to post a comment.