| | |
| | | @isTest |
| | | private class CM_SearchContactServiceControllerTest { |
| | | @TestSetup |
| | | static void makeData(){ |
| | | TestDataUtility.CreatePIPolicyConfiguration('Contact'); |
| | | } |
| | | |
| | | @isTest static void test_method_one() { |
| | | RecordType rectCo = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and DeveloperName = 'Hp']; |
| | |
| | | PageReference page = new PageReference('/apex/CM_SearchContactService?line=1&now=' + con.Id + '&acc=' + depart1.Id); |
| | | System.Test.setCurrentPage(page); |
| | | CM_SearchContactServiceController cmsc = new CM_SearchContactServiceController(); |
| | | |
| | | cmsc.awsDataIdArray = 'a,b,c'; |
| | | cmsc.init(); |
| | | |
| | | cmsc.conId = con.Id; |