binxie
2024-01-16 1b08402678deb31bba4a347bfd388eba8360cbc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
@isTest
public with sharing class testMockTmp {
    @isTest
    public static void testMethod1(){
        Sfdc2SapDealersContractBatch testmock1 = new Sfdc2SapDealersContractBatch();
        testmock1.testMock();
 
        LexOutboundorderImportController testImc = new LexOutboundorderImportController();
        testImc.testMock();
        testImc.testMock2();
 
        List<Id> testId =new List<Id>();
        SSOpportunityBatch2 testsso = new SSOpportunityBatch2(testId);
        testsso.testMock();
 
        OpdAmountBatch tesopd = new OpdAmountBatch();
        tesopd.testMock();
 
        Morethan7daysAllController test7day = new Morethan7daysAllController();
        test7day.testMock();
 
        UpdateAssetToCurrentMCBatch testAss = new UpdateAssetToCurrentMCBatch();
        testAss.testMock();
 
        LexNewAndEditReportPIPLController lexnewTest  = new LexNewAndEditReportPIPLController();
        lexnewTest.testMock();
 
        AttachmentReQisHandler testaddREQ = new AttachmentReQisHandler();
        testaddREQ.testMock();
 
        ConUpdateLastContractbatch testConContract =  new ConUpdateLastContractbatch();
        testConContract.testMock();
 
        SelectAssetEstimateController testEstimate =  new SelectAssetEstimateController();
        testEstimate.testMock();
        testEstimate.testMock2();
        testEstimate.testMock3();
        testEstimate.testMock4();
        testEstimate.testMock5();
        testEstimate.testMock6();
        testEstimate.testMock7();
        testEstimate.testMock8();
        testEstimate.testMock9();
        testEstimate.testMock10();
        testEstimate.testMock11();
        testEstimate.testMock12();
 
        NFM110Rest testNFM = new NFM110Rest();
        testNFM.testMock();
        testNFM.testMock2();
        testNFM.testMock3();
        testNFM.testMock4();
        testNFM.testMock5();
        testNFM.testMock6();
        testNFM.testMock7();
        testNFM.testMock8();
        testNFM.testMock9();
        testNFM.testMock10();
        testNFM.testMock11();
        testNFM.testMock12();
 
        LexConInvoiceViewController testConIn = new LexConInvoiceViewController();
        testConIn.testMock();
        testConIn.testMock2();
        testConIn.testMock3();
        testConIn.testMock4();
        testConIn.testMock5();
 
        RentalHpDeptUpdHandler testRen =  new RentalHpDeptUpdHandler();
        testRen.testMock();
        
        AssetUpdateLastContractbatch testASSLastCon =  new AssetUpdateLastContractbatch();
        testASSLastCon.testMock();
 
        RetrospectiveWeeklyReportController testRetWeekly =  new RetrospectiveWeeklyReportController();
        testRetWeekly.testMock();
        testRetWeekly.testMock2();
        testRetWeekly.testMock3();
        testRetWeekly.testMock4();
        testRetWeekly.testMock5();
        testRetWeekly.testMock6();
 
        NFM103Controller testN103 =  new NFM103Controller();
        testN103.testMock();
        testN103.testMock2();
        testN103.testMock3();
        testN103.testMock4();
 
        LexNewAndEditAgencyContactPIPLController testAgencyCon =  new LexNewAndEditAgencyContactPIPLController();
        testAgencyCon.testMock();
 
        ConsumableAssetHander testSumable =  new ConsumableAssetHander();
        testSumable.testMock();
        testSumable.testMock2();
 
        AccountTrigger testAcc =  new AccountTrigger();
        testAcc.testMock();
        testAcc.testMock2();
 
        SI_NewQuoteEntryController testSl = new SI_NewQuoteEntryController();
        testSl.testMock();
        testSl.testMock2();
        testSl.testMock3();
        testSl.testMock4();
        testSl.testMock5();
        testSl.testMock6();
        testSl.testMock7();
        testSl.testMock8();
        testSl.testMock9();
        testSl.testMock10();
        testSl.testMock11();
        testSl.testMock12();
        testSl.testMock13();
 
        SelectAssetEstimateVMhqlController testVMhql =  new SelectAssetEstimateVMhqlController();
        testVMhql.testMock();
        testVMhql.testMock2();
        testVMhql.testMock3();
        testVMhql.testMock4();
        testVMhql.testMock5();
        testVMhql.testMock6();
        testVMhql.testMock7();
        testVMhql.testMock8();
        testVMhql.testMock9();
        testVMhql.testMock10();
        testVMhql.testMock11();
        testVMhql.testMock12();
        testVMhql.testMock13();
        testVMhql.testMock14();
        testVMhql.testMock15();
        testVMhql.testMock16();
        testVMhql.testMock17();
        testVMhql.testMock18();
 
        SetContractEstimatePriceHandler testEsPrice =  new SetContractEstimatePriceHandler();
        testEsPrice.testMock();
 
        searchAgencyHospitalController testAgencyHosp = new searchAgencyHospitalController();
        testAgencyHosp.testMock();
 
        // RentalApplyTrigger testRenTal =  new RentalApplyTrigger();
        // testRenTal.testMock();
        // testRenTal.testMock2();
        
        ConsumApplyApprovalProcessController testConProcess =  new ConsumApplyApprovalProcessController();
        testConProcess.testMock();
 
        ET_Product_ScoreTableHistory_Batch3 testETBatch3 = new ET_Product_ScoreTableHistory_Batch3();
        testETBatch3.testMock();
 
 
        otherButtonMaintenanceContractCtl testBuMainten = new otherButtonMaintenanceContractCtl();
        testBuMainten.testMock();
 
        updateFirstServiceContractWebService testFirstSer =  new updateFirstServiceContractWebService();
        testFirstSer.testMock();
        
        // Agency_Contact__c agenCon = TestDataUtility.CreateAgencyContacts(1)[0];
        // Contact cont = TestDataUtility.CreateContacts(1)[0];
        // agenCon.Contact__c = cont.Id;
        // update agenCon; 
        // ApexPages.StandardController con =  new ApexPages.StandardController(agenCon);
        // NewAndEditAgencyContactController testEditAgency =  new NewAndEditAgencyContactController(con);
        // testEditAgency.testMock();
 
        AccountUpEffectiveContractBatch testUPEff=  new AccountUpEffectiveContractBatch();
        testUPEff.testMock();
        
        Event_CommentController testComment =  new Event_CommentController();
        testComment.testMock();
 
 
        StatuAchievementsPCLController testAcchieve =  new StatuAchievementsPCLController();
        testAcchieve.testMock();
        testAcchieve.testMock2();
        testAcchieve.testMock3();
        testAcchieve.testMock4();
 
        PrintInspectupReportController testPrin =  new PrintInspectupReportController();
        testPrin.testMock();
 
        OCM_Ctrl2 testOCM =  new OCM_Ctrl2();
        testOCM.testMock();
 
        UpdateStatuAchievementsBatch testStaAc =  new UpdateStatuAchievementsBatch();
        testStaAc.testMock();
 
        Event_Confirmation testeveCon =  new Event_Confirmation();
        testeveCon.testMock();
 
        NFM008Rest testNFM008 =  new NFM008Rest();
        testNFM008.testMock();
        testNFM008.testMock2();
 
 
        lexSubmitApprovalRentalApplyController testlexRen =  new lexSubmitApprovalRentalApplyController();
        testlexRen.testMock();
 
        AL_MobileApp_Controller testMobile =  new AL_MobileApp_Controller();
        testMobile.testMock();
 
        ApprovalHistoryUtil testAppHis =  new ApprovalHistoryUtil();
        testAppHis.testMock();
 
        lexToMcpApprovalController testMcp =  new lexToMcpApprovalController();
        testMcp.testMock();
 
        ConInvoiceViewController testConInvoice = new ConInvoiceViewController();
        testConInvoice.testMock();
        testConInvoice.testMock2();
        testConInvoice.testMock3();
        testConInvoice.testMock4();
        testConInvoice.testMock5();
 
        LexQuoteEntryDecidebottonController testQuoteEn =  new LexQuoteEntryDecidebottonController();
        testQuoteEn.testMock();
 
        // Agency_Contact__c agenCon2 = TestDataUtility.CreateAgencyContacts(1)[0];
        // Contact cont2 = TestDataUtility.CreateContacts(1)[0];
        // agenCon2.Contact__c = cont2.Id;
        // update agenCon2; 
        // ApexPages.StandardController con2 =  new ApexPages.StandardController(agenCon2);
        // SimpleEventRegisterController testSimple =  new SimpleEventRegisterController(con2);
        // testSimple.testMock();
        // testSimple.testMock2();
        // testSimple.testMock3();
        // testSimple.testMock4();
        // testSimple.testMock5();
        // testSimple.testMock6();
 
        B_Test testB =  new B_Test();
        testB.testMock();
 
        SelectAssetEstimateURFController  testEstimURF =  new SelectAssetEstimateURFController();
        testEstimURF.testMock();
        testEstimURF.testMock2();
        testEstimURF.testMock3();
        testEstimURF.testMock4();
        testEstimURF.testMock5();
        testEstimURF.testMock6();
        testEstimURF.testMock7();
        testEstimURF.testMock8();
        testEstimURF.testMock9();
        testEstimURF.testMock10();
        testEstimURF.testMock11();
        testEstimURF.testMock12();
        testEstimURF.testMock13();
 
        AccountPCLController testAccPCPL =  new AccountPCLController();
        testAccPCPL.testMock();
        testAccPCPL.testMock2();
        testAccPCPL.testMock3();
        testAccPCPL.testMock4();
 
        ConsumTrialUpdateController testConsumTrial =  new ConsumTrialUpdateController();
        testConsumTrial.testMock();
 
        ConsumApplyWebService testAPPlyWebService =  new ConsumApplyWebService();
        testAPPlyWebService.testMock();
 
 
        AssetModifyBelongsChangeHandler testMBelong  =  new AssetModifyBelongsChangeHandler();
        testMBelong.testMock();
 
        AssetHandler testAsshandler =  new AssetHandler();
        testAsshandler.testMock();
        testAsshandler.testMock2();
 
        buttonMaintenanceContractAssetCtl testButtonM =  new buttonMaintenanceContractAssetCtl();
        testButtonM.testMock();
 
        TransferApplyResponseController tesTranfer =  new TransferApplyResponseController();
        tesTranfer.testMock();
        
        ArriveGsDetailsController testArrGs =  new ArriveGsDetailsController();
        testArrGs.testMock();
 
        ConsumableController  testConsum =  new ConsumableController();
        testConsum.testMock();
 
        AccountEffectiveContract testEffective =  new AccountEffectiveContract();
        testEffective.testMock();
 
        ET_Agency_Target_Result_Table_Batch2 testET2 =  new ET_Agency_Target_Result_Table_Batch2();
        testET2.testMock();
 
        NewMCHLimitPDFController testMCH = new NewMCHLimitPDFController();
        testMCH.testMock();
 
        lexToAddMaintenanceContractController testLexMain =  new lexToAddMaintenanceContractController();
        testLexMain.testMock();
 
        ConsumableSampleApplyController testSample =  new ConsumableSampleApplyController();
        testSample.testMock();
 
 
        lexRentalApply_FromRepCtl testLexRentalApp = new lexRentalApply_FromRepCtl();
        testLexRentalApp.testMock();
 
 
 
    }
    
    @isTest
    public static void testMethod2(){
        ControllerUtil conUtil = new ControllerUtil();
        conUtil.testMock1();
        
        StartTradingController2 stcon = new StartTradingController2();
        stcon.testMock();
        
        RentalAgencyReceivedController rAcon = new RentalAgencyReceivedController();
        rAcon.testMock1();
        rAcon.testMock2();
    }
}