黄千龙
2022-04-08 01f207d979d6be17c8cdec293feab48828c0ec3e
force-app/main/default/classes/StraightBackAddressControllerTest.cls
@@ -2,7 +2,14 @@
private class StraightBackAddressControllerTest {
    private static Repair__c rpr { get; set; }
    @TestSetup
    static void makeData(){
        List<String> strList = new List<String>();
        strList.add('Address__c');
        strList.add('Contact');
        strList.add('Repair__c');
        TestDataUtility.CreatePIPolicyConfigurations(strList);
    }
    @isTest
    static void testMethod1() {
        List<RecordType> rectCo = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and Name = '病院'];