| | |
| | | |
| | | } |
| | | static testMethod void testMethod1() { |
| | | Oly_TriggerHandler.bypass('ContactTriggerHandler'); |
| | | TestDataUtility.CreatePIPolicyConfiguration('Contact'); |
| | | Contact con = TestDataUtility.CreateContacts(1)[0]; |
| | | con.AWS_Data_Id__c = 'davdsvgrqcx'; |
| | |
| | | List<String> awsList = new List<String>(); |
| | | awsList.add(con.AWS_Data_Id__c); |
| | | String awsListJson = JSON.serialize(awsList); |
| | | |
| | | Oly_TriggerHandler.bypass('UserToContact'); |
| | | String url = ApexPages.currentPage().getParameters().put('accountId',con.AccountId); |
| | | Test.startTest(); |
| | | SearchContactController scc = new SearchContactController(); |