mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Added comments to DAO unit tests
This commit is contained in:
parent
3b1e9ebfd5
commit
7f436f4f75
@ -36,6 +36,12 @@ import org.wso2.carbon.device.mgt.mobile.impl.dao.util.MobileDatabaseUtils;
|
|||||||
import java.sql.*;
|
import java.sql.*;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Class for holding unit-tests related to MobileDeviceDAO class.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
public class MobileDeviceDAOTestSuite {
|
public class MobileDeviceDAOTestSuite {
|
||||||
|
|
||||||
private static final Log log = LogFactory.getLog(MobileDeviceDAOTestSuite.class);
|
private static final Log log = LogFactory.getLog(MobileDeviceDAOTestSuite.class);
|
||||||
|
|||||||
@ -41,6 +41,11 @@ import java.sql.*;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Class for holding unit-tests related to MobileDeviceOperationMappingDAO class.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class MobileDeviceOperationMappingDAOTestSuite {
|
public class MobileDeviceOperationMappingDAOTestSuite {
|
||||||
|
|
||||||
private static final Log log =
|
private static final Log log =
|
||||||
|
|||||||
@ -37,7 +37,9 @@ import java.sql.*;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class for holding the units tests related to MobileFeatureDAO class.
|
*
|
||||||
|
* Class for holding unit-tests related to MobileFeatureDAO class.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public class MobileFeatureDAOTestSuite {
|
public class MobileFeatureDAOTestSuite {
|
||||||
|
|
||||||
|
|||||||
@ -39,6 +39,11 @@ import java.sql.*;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Class for holding unit-tests related to MobileFeaturePropertyDAO class.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class MobileFeaturePropertyDAOTestSuite {
|
public class MobileFeaturePropertyDAOTestSuite {
|
||||||
private static final Log log = LogFactory.getLog(MobileFeaturePropertyDAOTestSuite.class);
|
private static final Log log = LogFactory.getLog(MobileFeaturePropertyDAOTestSuite.class);
|
||||||
public static final String MBL_FEATURE_NAME = "WIFI";
|
public static final String MBL_FEATURE_NAME = "WIFI";
|
||||||
|
|||||||
@ -35,6 +35,11 @@ import org.wso2.carbon.device.mgt.mobile.impl.dao.util.MobileDatabaseUtils;
|
|||||||
|
|
||||||
import java.sql.*;
|
import java.sql.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Class for holding unit-tests related to MobileOperationDAO class.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class MobileOperationDAOTestSuite {
|
public class MobileOperationDAOTestSuite {
|
||||||
|
|
||||||
private static final Log log = LogFactory.getLog(MobileOperationDAOTestSuite.class);
|
private static final Log log = LogFactory.getLog(MobileOperationDAOTestSuite.class);
|
||||||
|
|||||||
@ -39,6 +39,11 @@ import java.sql.*;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Class for holding unit-tests related to MobileOperationPropertyDAO class.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class MobileOperationPropertyDAOTestSuite {
|
public class MobileOperationPropertyDAOTestSuite {
|
||||||
|
|
||||||
private static final Log log = LogFactory.getLog(MobileOperationPropertyDAOTestSuite.class);
|
private static final Log log = LogFactory.getLog(MobileOperationPropertyDAOTestSuite.class);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user