游畅
2022-04-11 63802d619f5a2cdce4d1d0f0b62fcec8517d1f9b
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];
        // ユーザー作成