From bfca7a84bec815da594f1d12558535ed06d2490b Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 13 九月 2022 09:57:32 +0800
Subject: [PATCH] 本地提交备份

---
 force-app/main/default/classes/PagePlusTest.cls |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/force-app/main/default/classes/PagePlusTest.cls b/force-app/main/default/classes/PagePlusTest.cls
index 3fdef50..eea7611 100644
--- a/force-app/main/default/classes/PagePlusTest.cls
+++ b/force-app/main/default/classes/PagePlusTest.cls
@@ -1,20 +1,13 @@
 @isTest
 private class PagePlusTest {
 	static testMethod void PagePlus() {
-        PagePlus pageplis=new PagePlus(2,20);  
-        PagePlus pageplis2=new PagePlus(2,20);
-        pageplis.getPage();   
-        pageplis2.getPage();
-        pageplis2.getRecords(); 
-        pageplis2.getTotal(); 
-        pageplis2.setTotal(12);  
-        // 銈ㄣ儵銉笺仹銇亜銇撱仺銈掔⒑瑾�
+        new PagePlus(2,20);           // 銈ㄣ儵銉笺仹銇亜銇撱仺銈掔⒑瑾�
     }
     // static testMethod void PagePlus(2,20) {
     //     new PagePlus();           // 銈ㄣ儵銉笺仹銇亜銇撱仺銈掔⒑瑾�
     // }
     static testMethod void testMethod1() {
-        // PagePlus.ControllerUtil();
+        PagePlus.ControllerUtil();
     	// Daily_Report__c dr = new Daily_Report__c();
      //    dr.Reported_Date__c = Date.today();
      //    dr.Reporter__c = Userinfo.getUserId();

--
Gitblit v1.9.1