예제 #1
0
 @Test
 public void testConnectionIsNeeded() {
   Command command = new Exit(view);
   assertFalse(command.needsConnection());
 }