Class DefaultCommandTester
- java.lang.Object
-
- org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.DefaultCommandTester
-
- All Implemented Interfaces:
CommandTester
public class DefaultCommandTester extends Object implements CommandTester
Default implementation of theCommandTester
interface. Simple check for the target command. Checks execution on system with contributed test parameters.- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandTestResult
test(CommandLineDescriptor cmdDescriptor)
-
-
-
Method Detail
-
test
public CommandTestResult test(CommandLineDescriptor cmdDescriptor)
- Specified by:
test
in interfaceCommandTester
-
-