Ignore:
Timestamp:
08/28/12 13:33:23 (12 years ago)
Author:
sherbold
Message:
  • modified Command.help(): the help now returns a string with its usage instead of writing directly to the console
  • modified listCommands: now writes the help string of each command instead of just the name; this way, the parameters are displayed directly
  • moved listCommands from quest-ui-core to java-utils
File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/defaultcommands/CMDlistCommandsTest.java

    r663 r664  
    44// Creation  : 2012 by pharms 
    55// Copyright : Patrick Harms, 2012 
    6 package de.ugoe.cs.quest.ui.commands; 
     6package de.ugoe.cs.util.console.defaultcommands; 
    77 
    88import static org.junit.Assert.*; 
     
    1616import de.ugoe.cs.util.console.CommandExecuter; 
    1717import de.ugoe.cs.util.console.Console; 
     18import de.ugoe.cs.util.console.defaultcommands.CMDlistCommands; 
    1819import de.ugoe.cs.util.console.listener.IOutputListener; 
    1920 
Note: See TracChangeset for help on using the changeset viewer.