From 288159458ce5ed2656021c774abc68ab1f761501 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 16 一月 2024 22:10:09 +0800
Subject: [PATCH] init code0116

---
 force-app/main/default/classes/TempleTestMock.cls |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/classes/TempleTestMock.cls b/force-app/main/default/classes/TempleTestMock.cls
index f2327ea..e36205e 100644
--- a/force-app/main/default/classes/TempleTestMock.cls
+++ b/force-app/main/default/classes/TempleTestMock.cls
@@ -22,7 +22,9 @@
         batch2.testMock();
         List<String> records  = new List<String>();
         RentalFixtureSetAssignAndQueueWebService retal2 = new RentalFixtureSetAssignAndQueueWebService(records);
-        retal2.testMock();
+        retal2.testMock1();
+        retal2.testMock2();
+        retal2.testMock3();
         SelectMedicalInstitutionAddController slect1 = new SelectMedicalInstitutionAddController();
         slect1.testMock();
         TrackConsumableSalesDailyBatch track = new TrackConsumableSalesDailyBatch();
@@ -33,7 +35,10 @@
         AuthRentalApplySplitBatch ayth1 = new AuthRentalApplySplitBatch();
         ayth1.testMock();
         AutomaticAssignController automa1 =new AutomaticAssignController();
-        automa1.testMock();
+        automa1.testMock1();
+        automa1.testMock2();
+        automa1.testMock3();
+        automa1.testMock4();
         CBF2batch b2 =new CBF2batch();
         b2.testMock();
         ControllerUtilEvent evet1 =new ControllerUtilEvent();
@@ -113,6 +118,7 @@
         accupdate.testMock1();
         accupdate.testMock2();
         accupdate.testMock3();
+
         ConsumApplyApprovalProcessController consu = new ConsumApplyApprovalProcessController();
         consu.testMock();
         ConsumApplySplitController consu2 =new ConsumApplySplitController();
@@ -120,7 +126,10 @@
         LexSelectConsumAddressController lexsselect3 =new LexSelectConsumAddressController();
         lexsselect3.testMock();
 
-
+        // // 鏄庤豹鎵嬪姩---------------------------
+        // LexOPDSupplementaryController lexsup1 = new LexOPDSupplementaryController();
+        // lexsup1.testMock1();
+        // lexsup1.testMock2();
 
     }
 

--
Gitblit v1.9.1