Class IntegrationTestAction
java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.IntegrationTestAction
- All Implemented Interfaces:
Action
This class launch integration test with Testng class.
- Since:
- 2.0
- Author:
- Laurent Jourdren, Sandrine Perrin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isCurrentArchCompatible, isHadoopJarMode, isHidden
-
Constructor Details
-
IntegrationTestAction
public IntegrationTestAction()
-
-
Method Details
-
getName
Description copied from interface:ActionGet the name of the action.- Returns:
- the name of the action
-
getDescription
Description copied from interface:ActionGet action description.- Returns:
- the description description
-
action
Description copied from interface:ActionExecute action.- Parameters:
arguments- arguments of the action.
-