public class PlantUMLDependencyOutputOptionTest
extends net.sourceforge.plantumldependency.common.ComparableAndDeepCloneableObjectTest<net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption>
PlantUMLDependencyOutputOption.| Modifier and Type | Field and Description |
|---|---|
static net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption |
OUTPUT_OPTION1
Output option test 1 instance.
|
static net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption |
OUTPUT_OPTION2
Output option test 2 instance.
|
static net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption |
OUTPUT_OPTION3
Output option test 3 instance.
|
| Constructor and Description |
|---|
PlantUMLDependencyOutputOptionTest() |
| 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
OutputOption.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()
. |
void |
testParseCommandLineNull()
Test method for
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testParseCommandLineWithExistingOption()
Test method for
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testParseCommandLineWithNotExistingNotMandatoryOption()
Test method for
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
void |
testParseCommandLineWithTwoExistingOption()
Test method for
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
. |
compareToIsConsistent, compareToIsConsistentWithEquals, compareToIsSymmetric, compareToIsTransitive, compareToWorks, deepCloneClassAreEquals, deepCloneReferencesAreDifferent, deepClonesAreEqualstoStringContainsClassNamepublic static final net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption OUTPUT_OPTION1
public static final net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption OUTPUT_OPTION2
public static final net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption OUTPUT_OPTION3
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
OutputOption.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()
.public void testParseCommandLineNull()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testParseCommandLineWithExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testParseCommandLineWithNotExistingNotMandatoryOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionpublic void testParseCommandLineWithTwoExistingOption()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
PlantUMLDependencyOutputOption.parseCommandLine(net.sourceforge.plantumldependency.commoncli.command.CommandLine)
.net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionCopyright © 2014 Sourceforge. All rights reserved.