org.jomc.cli.test
Class JomcTest

Package class diagram package JomcTest
java.lang.Object
  extended by org.jomc.cli.test.JomcTest

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2")
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.5
Author:
Christian Schulte 1.0

Constructor Summary
JomcTest()
          Creates a new JomcTest instance.
 
Method Summary
 File getOutputDirectory()
          Gets the output directory of instance.
 void setOutputDirectory(File value)
          Sets the output directory of instance.
 void setUp()
           
 void testCommitValidateClasses()
           
 void testGenerateResources()
           
 void testManageSources()
           
 void testMergeModlets()
           
 void testMergeModules()
           
 void testNoArguments()
           
 void testShowModel()
           
 void testValidateModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JomcTest

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2")
public JomcTest()
Creates a new JomcTest instance.

Method Detail

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


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
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.