Class TestCommand
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.TestCommand
-
- All Implemented Interfaces:
Command<TestCommandArgs>
public class TestCommand extends Object implements Command<TestCommandArgs>
-
-
Constructor Summary
Constructors Constructor Description TestCommand()
-
-
-
Method Detail
-
run
@Transactional(propagation=NOT_SUPPORTED) public String run(TestCommandArgs args)
- Specified by:
run
in interfaceCommand<TestCommandArgs>
-
-