liuyn
2024-03-11 a87f1c3df03078814ee97ad0c8ac200a232419e9
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
//test i++ apexclass
@isTest
public with sharing class TempleTestMock {
    @isTest
    static  void testMock1() {
 
 
        // AccountDelayApplyController accde = new AccountDelayApplyController();
        // accde.testMock();
 
        // RentalAutomaticSortBatch  rengtanl = new RentalAutomaticSortBatch();
        // rengtanl.testMock();
 
        // OPDManualSortController opd1 = new OPDManualSortController();
        // opd1.testMock();
 
        // OpdPlan_CreatePlanRentalEquipmentHandler  opdhandler1 = new OpdPlan_CreatePlanRentalEquipmentHandler();
        // opdhandler1.testMock();
        // RentalApplyAutoDailyBatch batch1 =new RentalApplyAutoDailyBatch();
        // batch1.testMock();
        // OPDAutomaticSortBeforeBatch batch2 =new OPDAutomaticSortBeforeBatch();
        // batch2.testMock();
        // List<String> records  = new List<String>();
        // RentalFixtureSetAssignAndQueueWebService retal2 = new RentalFixtureSetAssignAndQueueWebService(records);
        // retal2.testMock1();
        // retal2.testMock2();
        // retal2.testMock3();
        // SelectMedicalInstitutionAddController slect1 = new SelectMedicalInstitutionAddController();
        // slect1.testMock();
        // TrackConsumableSalesDailyBatch track = new TrackConsumableSalesDailyBatch();
        // track.testMock();
        // otherLookUpEvent up1 = new otherLookUpEvent();
        // up1.testMock();
 
        // AuthRentalApplySplitBatch ayth1 = new AuthRentalApplySplitBatch();
        // ayth1.testMock();
        // AutomaticAssignController automa1 =new AutomaticAssignController();
        // automa1.testMock1();
        // automa1.testMock2();
        // automa1.testMock3();
        // automa1.testMock4();
        // CBF2batch b2 =new CBF2batch();
        // b2.testMock();
        // ControllerUtilEvent evet1 =new ControllerUtilEvent();
        // evet1.testMock();
        // AuthRentalApplyRepairBatch aute2 = new AuthRentalApplyRepairBatch();
        // aute2.testMock();
 
        // LexNewOPDButtonOpportunityController lexopd = new LexNewOPDButtonOpportunityController();
        // lexopd.testMock();
 
        // LexOPDPlanProdController lexopd2 = new LexOPDPlanProdController();
        // lexopd2.testMock();
        // LookUpUtilControllerEvent lexevent =new LookUpUtilControllerEvent();
        // lexevent.testMock();
        // OPDAutomaticSortBatch opdbatch2 =new OPDAutomaticSortBatch();
        // opdbatch2.testMock();
        // RepairAndQISToPDFController repair1 =new RepairAndQISToPDFController();
        // repair1.testMock();
        // summonsPDFController sum =new summonsPDFController();
        // sum.testMock();
        // lexCopyToBaseController lexcopy = new lexCopyToBaseController();
        // lexcopy.testMock();
        // Date date11 = Date.today();
        // Date date12 = Date.today();
 
        // TrackConsumableSaleForecastBatch3 trackbatch3 =new TrackConsumableSaleForecastBatch3(date11,date12);
        // trackbatch3.testMock();
        // TrackConsumableSaleForecastBatch2 trackbatch2 =new TrackConsumableSaleForecastBatch2(date11,date12);
        // trackbatch2.testMock();
        // TrackConsumableSaleForecastBatch1 trackbatch1 =new TrackConsumableSaleForecastBatch1(date11,date12);
        // trackbatch1.testMock();
 
        // TenderInformationHandler tend1 =new TenderInformationHandler();
        // tend1.testMock1();
        // tend1.testMock2();
        // tend1.testMock3();
        // tend1.testMock4();
        
        // DiscountProductApplicationController disc1 =new DiscountProductApplicationController();
        // disc1.testMock1();
        // QuoteTrialController qtc1 =new QuoteTrialController();
        // qtc1.testMock1();
 
        // PrintInspectupReportPDFController pri1 =new PrintInspectupReportPDFController();
        // pri1.testMock();
        // PrintConsumblePDFController pri2 =new PrintConsumblePDFController();
        // pri2.testMock();
        // InfrastructureProductTriggerHandler inf1 =new InfrastructureProductTriggerHandler();
        // inf1.testMock();
        // SubmitAndRefreshController sub1 =new SubmitAndRefreshController();
        // sub1.testMock();
        // LexRentalApplyControllerLWT lewapp1 =new LexRentalApplyControllerLWT();
        // lewapp1.testMock();
        // RentalApplySplitController retrasplit1 =new RentalApplySplitController();
        // retrasplit1.testMock();
        // NFM206Rest nfm206 =new NFM206Rest();
        // nfm206.testMock();
 
        // RentalApplyDailySchedule  retasch1 =new RentalApplyDailySchedule();
        // retasch1.testMock();
        // NFM511Controller  nfm511 = new NFM511Controller();
        // nfm511.testMock();
        // ArriveGoodsController arrNB = new ArriveGoodsController();
        // arrNB.testMock1();
        // arrNB.testMock2();
        // arrNB.testMock3();
        // arrNB.testMock4();
        // arrNB.testMock5();
        // arrNB.testMock6();
        // NFM511FutureController nfmfuture = new NFM511FutureController('21321311');
        // nfmfuture.testMock();
        // ZCTenderHandler zct = new ZCTenderHandler();
        // zct.testMock();
        // SidebarController sid =new SidebarController();
        // sid.testMock();
        // AccountDailyUpdateBatch accupdate =new AccountDailyUpdateBatch();
        // accupdate.testMock1();
        // accupdate.testMock2();
        // accupdate.testMock3();
 
        // ConsumApplyApprovalProcessController consu = new ConsumApplyApprovalProcessController();
        // consu.testMock();
        // ConsumApplySplitController consu2 =new ConsumApplySplitController();
        // consu2.testMock1();
        // LexSelectConsumAddressController lexsselect3 =new LexSelectConsumAddressController();
        // lexsselect3.testMock();
 
        // // 明豪手动---------------------------
        LexOPDSupplementaryController lexsup1 = new LexOPDSupplementaryController();
        lexsup1.testMock1();
        lexsup1.testMock2();
        RentalFixtureSetSelectController retalset1 =new RentalFixtureSetSelectController();
        retalset1.testMock1();
        retalset1.testMock2();
        OPDPlanHandler opdhandler1 =new OPDPlanHandler();
        opdhandler1.testMock1();
        opdhandler1.testMock2();
        opdhandler1.testMock3();
        MainFixtureSelectController mainc1 = new MainFixtureSelectController();
        mainc1.testMock1();
        mainc1.testMock2();
        mainc1.testMock3();
        mainc1.testMock4();
        mainc1.testMock5();
 
        AccessoryAddController ac1 =new AccessoryAddController();
        ac1.testMock1();
        ac1.testMock2();
        RentalFixtureSetDetilSelectController  rsds1 =new RentalFixtureSetDetilSelectController();
        rsds1.testMock1();
        rsds1.testMock2();
 
        CampaignCopyToOPDPlanHandler cctp1 =new CampaignCopyToOPDPlanHandler();
        cctp1.testMock();
        OpdPlanWebService opdser1 =new OpdPlanWebService();
        opdser1.testMock();
        RentalApplyController rac1 = new RentalApplyController();
        rac1.testMock();
        LexNewAndEditRentalApplyPIPLController  lexedit1 = new LexNewAndEditRentalApplyPIPLController();
        lexedit1.testMock();
        AccessorySelectController   accsetle = new  AccessorySelectController();
        accsetle.testMock1();
        accsetle.testMock2();
        AssetHandler assh =new AssetHandler();
        assh.testMock();
        assh.testMock2();
        RentalFixtureSetAssignController rfix1 =new RentalFixtureSetAssignController();
        rfix1.testMock1();
        rfix1.testMock2();
        rfix1.testMock3();
        OPDPlanCancelPostponePlanLogicBatch opdplan1 =new OPDPlanCancelPostponePlanLogicBatch();
        opdplan1.testMock1();
        OPDIfNewestHaveOpportunityBatch opdifopp =new OPDIfNewestHaveOpportunityBatch();
        opdifopp.testMock1();
        RentalApplyEquipmentSetDetailHandler reappli12 =new RentalApplyEquipmentSetDetailHandler();
        reappli12.testMock1();
        reappli12.testMock2();
        reappli12.testMock3();
        reappli12.testMock4();
        reappli12.testMock5();
        OPDPlanMarkBatchSchedule  opdschducl11 =new OPDPlanMarkBatchSchedule();
        opdschducl11.testMock1();
        OPDLendSortCopyToSortBeforeBatch OPDbatchb = new  OPDLendSortCopyToSortBeforeBatch();
        OPDbatchb.testMock1();
        RentalApplyShareHandler reapplhandler =new RentalApplyShareHandler();
        reapplhandler.testMock1();
        Batch_QueueAllDetail qu1 =new Batch_QueueAllDetail();
        qu1.testMock1();
        DirectAssignController dire1 =new DirectAssignController();
        dire1.testMock1();
        StaticParameter staic11 =new StaticParameter();
        staic11.testMock1();
        RentalApplyTriggerHandler reapphandler1 =new RentalApplyTriggerHandler();
        reapphandler1.testI();
        reapphandler1.testMock1();
        reapphandler1.testMock2();
        lexRentalApply_FromRepCtl  lexform1 =new lexRentalApply_FromRepCtl();
        lexform1.testMock();
        NFM614Controller nfm614 =new NFM614Controller();
        nfm614.testMock1();
        NFMUtil nfmut = new NFMUtil();
        nfmut.testMock1();
        nfmut.testMock2();
        nfmut.testMock3();
        nfmut.testMock4();
        nfmut.testMock5();
        LogAutoSendBatch logb1 =new LogAutoSendBatch();
        logb1.testMock();
        CheckAllOlympusAssetController checkall1 =new CheckAllOlympusAssetController();
        checkall1.testMock1();
        checkall1.testMock2();
        checkall1.testMock3();
        checkall1.testMock4();
        FixtureUtil fix1 = new FixtureUtil();
        fix1.testMock1();
        fix1.testMock2();
        fix1.testMock3();
        fix1.testMock4();
        FixtureSetHandler  fixture = new FixtureSetHandler();
        fixture.testMock();
        lexCreateEventButton lexbuttion =new lexCreateEventButton();
        lexbuttion.testMock();
        RentalApplyJumpController  rejump = new RentalApplyJumpController();
        rejump.testMock();
        ReceivingNoteDetailHandler receving1 =new ReceivingNoteDetailHandler();
        receving1.testMock1();
        receving1.testMock2();
        FixtureSetDetailHandler fixsethand =new FixtureSetDetailHandler();
        fixsethand.testMock();
        QueuePageByAssetIdController quepage1 =new QueuePageByAssetIdController();
        quepage1.testMock1();
        LexSelectSubstituteControllerLWT lexlwt =new LexSelectSubstituteControllerLWT();
        lexlwt.testMock1();
        FinalReplyDayUpdateAlertBatch final1 =new FinalReplyDayUpdateAlertBatch();
        final1.testMock();
        NFM103Controller nfm103 =new NFM103Controller();
        nfm103.testMock();
        nfm103.testMock2();
        nfm103.testMock3();
        nfm103.testMock4();
        NFM606Controller nfm606  = new NFM606Controller();
        nfm606.testMock();
        NFM203Rest nfm203 =new NFM203Rest();
        nfm203.testMock1();
        nfm203.testMock2();
        nfm203.testMock3();
        NFM501TIDetailHistoryDataBatch nfm501B =new NFM501TIDetailHistoryDataBatch();
        nfm501B.testMock1();
        NFM501FutureController nfmf501Con =new NFM501FutureController('1232131');
        nfmf501Con.testMock();
        NFM501Controller nfm501c =new NFM501Controller();
        nfm501c.testMock1();
        NFM502Controller nfm502c =new NFM502Controller('2131231');
        nfm502c.testMock1();
        NFM503InfoFileBatch nfm503f = new NFM503InfoFileBatch();
        nfm503f.testMock1();
        NFM607Rest nfm607 =new NFM607Rest();
        nfm607.testMock1();
        NFM612Rest nfm612=new NFM612Rest();
        nfm612.testMock1();
        NFM620Rest nfm620 = new NFM620Rest();
        nfm620.testMock1();
        NFM623Rest nfm623 = new NFM623Rest();
        nfm623.testMock1();
        NFM624Rest nfm624=new NFM624Rest();
        nfm624.testMock1();
        NFM624Batch nfm624B =new NFM624Batch();
        nfm624B.testMock1();
        NFM702Controller nfm702c =new NFM702Controller();
        nfm702c.testMock1();
        NFM704Rest nfm704 =new NFM704Rest();
        nfm704.testMock1();
        UpdateContractAimAmountHandler updateAimA =new UpdateContractAimAmountHandler();
        updateAimA.testMock1();
        ContactTriggerHandler contan1 =new ContactTriggerHandler();
        contan1.testMock1();
 
 
        // yx弄得 运维上线记录
        NFM110Rest nfm110 = new NFM110Rest();
        nfm110.testMock();
        nfm110.testMock2();
        nfm110.testMock3();
        nfm110.testMock4();
        nfm110.testMock5();
        nfm110.testMock6();
        nfm110.testMock7();
        nfm110.testMock8();
        nfm110.testMock9();
        nfm110.testMock10();
        nfm110.testMock11();
        nfm110.testMock12();
        LwcDailyReportController  lwcreport = new LwcDailyReportController();
        lwcreport.testMock();
        lwcreport.testMock2();
        lwcreport.testMock3();
        lwcreport.testMock4();
        lwcreport.testMock5();
        lwcreport.testMock6();
        lwcreport.testMock7();
        lwcreport.testMock8();
        lwcreport.testMock9();
        lwcreport.testMock10();
        lwcreport.testMock11();
        lwcreport.testMock12();
        NFM110dataBatch nfm110dab =new NFM110dataBatch();
        nfm110dab.testMock();
        nfm110dab.testMock2();
        QISToETQWebService qistetq =new QISToETQWebService();
        qistetq.testMock();
        List<String> argsIds =new List<String>();
        QISToPDFBatch qispdf =new QISToPDFBatch(argsIds);
        qispdf.testMock();
        NFM512Batch nfm512 =new NFM512Batch();
        nfm512.testMock();
        NFM512Controller nfm512con =new NFM512Controller();
        nfm512con.testMock();
        lexNewQuoteEntryController lexnewentry =new lexNewQuoteEntryController();
        lexnewentry.testMock();
        lexnewentry.testMock2();
        lexnewentry.testMock3();
        lexnewentry.testMock4();
        lexnewentry.testMock5();
        lexnewentry.testMock6();
        lexnewentry.testMock7();
        lexnewentry.testMock8();
        lexnewentry.testMock9();
        lexnewentry.testMock10();
        lexSINewQuoteEntryController lexSinew11 =new lexSINewQuoteEntryController();
        lexSinew11.testMock();
        lexSinew11.testMock2();
        lexSinew11.testMock3();
        lexSinew11.testMock4();
        lexSinew11.testMock5();
        lexSinew11.testMock6();
        lexSinew11.testMock7();
        lexSinew11.testMock8();
        OpportunityService oppservecie =new OpportunityService();
        oppservecie.testMock();
        OpportunityTrigger opptriger =new OpportunityTrigger();
        opptriger.testMock();
        TenderOpportunityLinkHandler tenderlink =new TenderOpportunityLinkHandler();
        tenderlink.testMock();
        tenderlink.testMock2();
        TenderUtil tendu33 =new TenderUtil();
        tendu33.testMock();
        otherLookUp oup =new otherLookUp();
        oup.testMock();
        LookUpUtilController lookup1 =new LookUpUtilController();
        lookup1.testMock();
        SimpleEventRegisterController simple11 =new SimpleEventRegisterController();
        simple11.testMock();
        simple11.testMock2();
        simple11.testMock3();
        simple11.testMock4();
        simple11.testMock5();
        simple11.testMock6();
        simple11.testMock7();
        TenderManageController tenmanage =new TenderManageController();
        tenmanage.testMock();
 
        taskAlertController  taskc1 =new taskAlertController();
        taskc1.testMock();
        List<Id> testId =new List<Id> ();
        SSOpportunity2Batch sso =new SSOpportunity2Batch(testId);
        sso.testMock();
        ControllerUtil Contil =new ControllerUtil();
        
        Contil.testMock1();
        Contil.testMock2();
        Contil.testMock3();
        Contil.testMock4();
        }
}