org.jomc.cli.test
Class JomcTest
java.lang.Object
org.jomc.cli.test.JomcTest
@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.3",
comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.3")
public class JomcTest
- extends Object
Tests the Jomc
CLI class.
- Identifier:
- org.jomc.cli.test.JomcTest
- Name:
- JOMC CLI Tests
- Abstract:
- No
- Final:
- No
- Stateless:
- No
- Version:
- 1.2.7
- Author:
- Christian Schulte 1.0
Constructor Summary |
JomcTest()
Creates a new JomcTest instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JomcTest
@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.3",
comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.3")
public JomcTest()
- Creates a new
JomcTest
instance.
getOutputDirectory
public final File getOutputDirectory()
- Gets the output directory of instance.
- Returns:
- The output directory of instance.
- See Also:
setOutputDirectory(java.io.File)
setOutputDirectory
public final void setOutputDirectory(File value)
- Sets the output directory of instance.
- Parameters:
value
- The new output directory of instance or null
.- See Also:
getOutputDirectory()
testNoArguments
public final void testNoArguments()
throws Exception
- Throws:
Exception
testGenerateResources
public final void testGenerateResources()
throws Exception
- Throws:
Exception
testManageSources
public final void testManageSources()
throws Exception
- Throws:
Exception
testCommitValidateClasses
public final void testCommitValidateClasses()
throws Exception
- Throws:
Exception
testMergeModules
public final void testMergeModules()
throws Exception
- Throws:
Exception
testValidateModel
public final void testValidateModel()
throws Exception
- Throws:
Exception
testMergeModlets
public final void testMergeModlets()
throws Exception
- Throws:
Exception
testShowModel
public final void testShowModel()
throws Exception
- Throws:
Exception
setUp
public void setUp()
throws IOException
- Throws:
IOException
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.