Another sample SVN code


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. public void testRefreshDoesNothingIfClipBoardContentsNotChanged() {
  2. queue = mockClipBoardQueue(false, "Any thing");
  3.  
  4. insertDummyValuesIntoQueue(2);
  5. assertFalse(queue.refresh());
  6.  
  7. assertEquals(2, queue.getQueue().size());
  8. }
  9.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.