/**
* Test command object.
*/
public void testCommand() {
ClownfishHelperImpl clownfishHelper = new ClownfishHelperImpl();
Command command = new Command(clownfishHelper);
command.setArtifact("artifact");
command.setArtifactTypeList(Arrays.asList(
new String[] { "artifactType1", "artifactType2"} ));
command.setAutostart(true);