Skip to main content

 String CLIENT_ID = adm.Client_ID__c;         String CLIENT_SECRET = adm.Client_Secret__c;         String USERNAME = adm.Username__c;         String PASSWORD = adm.Password_with_Security_Token__c;

 

how to write test class for this metadata

 

#Trailhead Challenges  #Security  #Journey Builder

답변 4개
  1. 2022년 7월 28일 오전 7:04

    You dont need to write a test class for custom metadata. also you dont need to create a test record for custom metadata as it is always available in test class even if you keep seealldata=false in test class

0/9000