Li Jun
2022-03-31 3ba0123db48f8bab81ddf0913e1b95280ef545e8
force-app/main/default/classes/OFSInsReportLayoutControllerTest.cls
@@ -1,5 +1,9 @@
@isTest
private class OFSInsReportLayoutControllerTest {
    @TestSetup
    static void makeData(){
        TestDataUtility.CreatePIPolicyConfiguration('Inspection_Report__c');
    }
    public class TestRepo {
        public final Integer ASSETMAX = 8;
        public OFSInsReportLayout__c layout { get; private set; }