コード例 #1
0
ファイル: AlQuitTest.java プロジェクト: aneveux/org.parallelj
  /**
   * Run the String getUsage() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 09/12/11 17:14
   */
  @Test
  public void testGetUsage_1() throws Exception {
    AlQuit fixture = new AlQuit();

    String result = fixture.getUsage();

    // add additional test code here
    assertEquals("q : Quit ", result);
  }
コード例 #2
0
ファイル: AlQuitTest.java プロジェクト: aneveux/org.parallelj
  /**
   * Run the int getPriorityUsage() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 09/12/11 17:14
   */
  @Test
  public void testGetPriorityUsage_1() throws Exception {
    AlQuit fixture = new AlQuit();

    int result = fixture.getPriorityUsage();

    // add additional test code here
    assertEquals(59, result);
  }