/ Published in: Java
Expand |
Embed | Plain Text
public void testClipBoardContentsAreNotChangedWhenQueuIsNotEmptyBlankContentProvided() { insertDummyValuesIntoQueue(2); assertTrue(queue.isClipBoardContentsChanged(ClipBoardQueue.BLANK_CLIP_BOARD)); }
You need to login to post a comment.
