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