沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
1
2
3
4
5
6
7
8
9
10
@isTest
public class StraightBackAddressController2Test {
 
    @isTest
    static void testSaveEx() {
        StraightBackAddressController2.SaveExCore(null,null,null);
        StraightBackAddressController2.SaveExCore('{"attributes":{"type":"Repair__c"}}','{"attributes":{"type":"Asset"}}','a4R1m000000Lfme');
        
    }
}