Package com.chutneytesting.action.mongo
Class MongoInsertAction
- java.lang.Object
-
- com.chutneytesting.action.mongo.MongoInsertAction
-
-
Constructor Summary
Constructors Constructor Description MongoInsertAction(Target target, Logger logger, String collection, String document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()List<String>validateInputs()
-
-
-
Method Detail
-
validateInputs
public List<String> validateInputs()
- Specified by:
validateInputsin interfaceAction
-
execute
public ActionExecutionResult execute()
-
-