|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
de.java2html.test.BasicTestCase
de.java2html.commandline.test.CommandlineArgumentsTest
public class CommandlineArgumentsTest
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.java2html.test.BasicTestCase |
---|
BasicTestCase.IBlock |
Constructor Summary | |
---|---|
CommandlineArgumentsTest()
|
Method Summary | |
---|---|
void |
testDuplicateFlagDefinitionThrowsException()
|
void |
testDuplicateMixedDefinitionThrowsException()
|
void |
testDuplicateParameterDefinitionThrowsException()
|
void |
testGetArgumentIntValueWithDefault()
|
void |
testGetArgumentIntValueWithIllegalValue()
|
void |
testGetArgumentStringValue()
|
void |
testGetArgumentStringValueWithDefault()
|
void |
testGetRequiredArgumentStringValue()
|
void |
testIsFlagSet()
|
void |
testIsParameterSet()
|
void |
testNumbersAreNotFlags()
|
void |
testUnsupportedFlagThrowsException()
|
void |
testUnsupportedParameterThrowsException()
|
Methods inherited from class de.java2html.test.BasicTestCase |
---|
assertInstanceOf, assertThrowsException |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommandlineArgumentsTest()
Method Detail |
---|
public void testIsFlagSet() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testIsParameterSet() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testNumbersAreNotFlags() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testDuplicateFlagDefinitionThrowsException()
public void testDuplicateParameterDefinitionThrowsException()
public void testDuplicateMixedDefinitionThrowsException()
public void testGetArgumentStringValue() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testGetRequiredArgumentStringValue() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testGetArgumentStringValueWithDefault() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testGetArgumentIntValueWithDefault() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testGetArgumentIntValueWithIllegalValue()
public void testUnsupportedParameterThrowsException() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
public void testUnsupportedFlagThrowsException() throws IllegalCommandlineParametersException
IllegalCommandlineParametersException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |