From 2c69c1bc104a3d1d640edefb7a307a8a26ab30dc Mon Sep 17 00:00:00 2001 From: megala21 Date: Tue, 17 Oct 2017 16:09:01 +0530 Subject: [PATCH] Refactoring --- ...ManagementProviderServiceNegativeTest.java | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/service/GroupManagementProviderServiceNegativeTest.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/service/GroupManagementProviderServiceNegativeTest.java index 2702fe4c40..c8ebdd37d2 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/service/GroupManagementProviderServiceNegativeTest.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/service/GroupManagementProviderServiceNegativeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * WSO2 Inc. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.wso2.carbon.device.mgt.core.service; import org.testng.annotations.BeforeClass; @@ -14,6 +32,9 @@ import javax.sql.DataSource; import java.util.ArrayList; import java.util.List; +/** + * This test class is used for for testing negative scenarios of {@link GroupManagementProviderService} + */ public class GroupManagementProviderServiceNegativeTest extends BaseDeviceManagementTest { private GroupManagementProviderService groupManagementProviderService;