コード例 #1
0
ファイル: ExitTest.java プロジェクト: tyomsky/SqlCmd
 @Test
 public void testConnectionIsNeeded() {
   Command command = new Exit(view);
   assertFalse(command.needsConnection());
 }