Exemplo n.º 1
0
  /**
   * 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);
  }
Exemplo n.º 2
0
  /**
   * 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);
  }