@isTest
|
private class LexAWSServicePIPLDaoTest {
|
@isTest
|
static void tesMethod1(){
|
LexAWSServicePIPLDao.searchContactInit('');
|
LexAWSServicePIPLDao.getNoPIContact('','');
|
LexAWSServicePIPLDao.getNoPIContact('Test','');
|
LexAWSServicePIPLDao.searchContactInitNoAccountId();
|
LexAWSServicePIPLDao.searchContactWithAccountId('',new List<String>());
|
LexAWSServicePIPLDao.searchContactNoWithAccountId(new List<String>());
|
LexAWSServicePIPLDao.searchContactNoPI('Test');
|
LexAWSServicePIPLDao.searchContactByAWSIds(new List<String>());
|
}
|
}
|