public class PlantUMLDependencyDisplayTypeOptionTest
extends net.sourceforge.plantumldependency.common.ComparableAndDeepCloneableObjectTest<net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption>
PlantUMLDependencyDisplayTypeOption.| Modifier and Type | Field and Description |
|---|---|
static net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption |
DISPLAY_TYPE_OPTION1
Display type option test 1 instance.
|
static net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption |
DISPLAY_TYPE_OPTION2
Display type option test 2 instance.
|
static net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption |
DISPLAY_TYPE_OPTION3
Display type option test 3 instance.
|
| Constructor and Description |
|---|
PlantUMLDependencyDisplayTypeOptionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testFindAndParseArgumentAsStringOrGetDefaultArgumentWithExistingOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentAsStringOrGetDefaultArgumentWithExistingOptionWithNotExistingMandatoryArgument()
Test method for
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentAsStringOrGetDefaultArgumentWithNotExistingNotMandatoryOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentAsStringOrGetDefaultArgumentWithTwoExistingOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentOrGetDefaultArgumentWithExistingOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentOrGetDefaultArgumentWithExistingOptionWithNotExistingMandatoryArgument()
Test method for
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentOrGetDefaultArgumentWithNotExistingNotMandatoryOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testFindAndParseArgumentOrGetDefaultArgumentWithTwoExistingOption()
Test method for
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testGetDefaultArgumentAsStringIfOptionSpecified()
Test method for
PlantUMLDependencyDisplayTypeOption.getDefaultArgumentAsStringIfOptionSpecified(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testGetDefaultArgumentIfOptionSpecified()
Test method for
AbstractOptionWithArgument.getDefaultArgumentIfOptionSpecified(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testGetFullUsage()
Test method for
AbstractOption.getFullUsage(). |
void |
testGetMainUsage()
Test method for
AbstractOption.getMainUsage(). |
void |
testGetValueSeparator()
Test method for
AbstractOptionWithArgument.getValueSeparator()
. |
compareToIsConsistent, compareToIsConsistentWithEquals, compareToIsSymmetric, compareToIsTransitive, compareToWorks, deepCloneClassAreEquals, deepCloneReferencesAreDifferent, deepClonesAreEqualstoStringContainsClassNamepublic static final net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption DISPLAY_TYPE_OPTION1
public static final net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption DISPLAY_TYPE_OPTION2
public static final net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption DISPLAY_TYPE_OPTION3
public PlantUMLDependencyDisplayTypeOptionTest()
public void testFindAndParseArgumentAsStringOrGetDefaultArgumentWithExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentAsStringOrGetDefaultArgumentWithExistingOptionWithNotExistingMandatoryArgument()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentAsStringOrGetDefaultArgumentWithNotExistingNotMandatoryOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentAsStringOrGetDefaultArgumentWithTwoExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentAsStringOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentOrGetDefaultArgumentWithExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentOrGetDefaultArgumentWithExistingOptionWithNotExistingMandatoryArgument()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentOrGetDefaultArgumentWithNotExistingNotMandatoryOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testFindAndParseArgumentOrGetDefaultArgumentWithTwoExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.findAndParseArgumentOrGetDefaultArgument(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testGetDefaultArgumentAsStringIfOptionSpecified()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
PlantUMLDependencyDisplayTypeOption.getDefaultArgumentAsStringIfOptionSpecified(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testGetDefaultArgumentIfOptionSpecified()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
AbstractOptionWithArgument.getDefaultArgumentIfOptionSpecified(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testGetFullUsage()
AbstractOption.getFullUsage().public void testGetMainUsage()
AbstractOption.getMainUsage().public void testGetValueSeparator()
AbstractOptionWithArgument.getValueSeparator()
.Copyright © 2014 Sourceforge. All rights reserved.