|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.test.GetOptTest
public final class GetOptTest
GetOpt Test class.
Constructor Summary | |
---|---|
GetOptTest()
Constructor. |
Method Summary | |
---|---|
int[] |
optionHelp(java.lang.String command,
int length,
java.lang.String args)
Performs a getopt command and returns the arguments returned by getopt. |
void |
testAll1()
Test of GetOpt. |
void |
testAll2()
Test of GetOpt. |
void |
testAll3()
Test of GetOpt. |
void |
testOption1()
Test of GetOpt. |
void |
testOption2()
Test of GetOpt. |
void |
testOption3()
Test of GetOpt. |
void |
testOption4()
Test of GetOpt. |
void |
testOption5()
Test of GetOpt. |
void |
testOption6()
Test of GetOpt. |
void |
testOptionArgument1()
Test of GetOpt. |
void |
testOptionArgument2()
Test of GetOpt. |
void |
testOptionArgument3()
Test of GetOpt. |
void |
testOptionArgument4()
Test of GetOpt. |
void |
testOptionArgument5()
Test of GetOpt. |
void |
testOptionArgument6()
Test of GetOpt. |
void |
testOptionArgument7()
Test of GetOpt. |
void |
testOptionArgument8()
Test of GetOpt. |
void |
testSourceAndTarget()
Test of GetOpt. |
void |
testWithoutOption()
Test of GetOpt. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetOptTest()
Method Detail |
---|
public void testWithoutOption()
public void testOption1()
public void testOption2()
public void testOption3()
public void testOption4()
public void testOption5()
public void testOption6()
public void testOptionArgument1()
public void testOptionArgument2()
public void testOptionArgument3()
public void testOptionArgument4()
public void testOptionArgument5()
public void testOptionArgument6()
public void testOptionArgument7()
public void testOptionArgument8()
public void testAll1()
public void testAll2()
public void testAll3()
public void testSourceAndTarget()
public int[] optionHelp(java.lang.String command, int length, java.lang.String args)
length
- expected results.args
- arguments.command
- passed by the "command line".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |