diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/operation/ScheduledTaskOperationTests.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/operation/ScheduledTaskOperationTests.java index b02204080a..269563b3a8 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/operation/ScheduledTaskOperationTests.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/operation/ScheduledTaskOperationTests.java @@ -52,7 +52,9 @@ import java.util.List; import static org.wso2.carbon.device.mgt.core.operation.OperationManagementTests.getOperation; - +/** + * This class tests the tasks based operations of {@link OperationManager} + */ public class ScheduledTaskOperationTests extends BaseDeviceManagementTest { private static final String DEVICE_TYPE = "OP_SCHEDULE_TEST_TYPE"; private static final String DEVICE_ID_PREFIX = "OP-SCHEDULED_TEST-DEVICE-ID-";