sunxia
2023-03-09 7a4e110c2c3c6b14ae7c17ee96fa97cde04b4de0
force-app/main/default/classes/InsReportPDFControllerTest.cls
@@ -22,6 +22,13 @@
@isTest
private class InsReportPDFControllerTest {
    @TestSetup
    static void makeData(){
        List<String> strList= new List<String>();
        strList.add('Inspection_Report__c');
        strList.add('Document');
        TestDataUtility.CreatePIPolicyConfigurations(strList);
    }
    static testMethod void myUnitTest() {
        Profile p = [select Id from Profile where id =:System.Label.ProfileId_SystemAdmin];
        // ユーザー作成