| | |
| | | public with sharing class NFM503InfoFileBatchTest { |
| | | @testSetup |
| | | static void makeTestQLM503() { |
| | | // ADD BY SUSHANHU FOR PI START |
| | | TestDataUtility.CreatePIPolicyConfiguration('NFM503'); |
| | | // ADD BY SUSHANHU FOR PI END |
| | | BatchIF_Transfer__c transfer1 = new BatchIF_Transfer__c(); |
| | | transfer1.Table__c = 'QLMoldMark'; |
| | | transfer1.Internal_Value__c = '*'; |
| | |
| | | |
| | | Tender_information__c Ten = new Tender_information__c(); |
| | | Ten.Name = '123456'; |
| | | Ten.InfoTitle__c = '123456'; |
| | | Ten.ProjectId__c = '38_99df2844cf784982acdc61d00d7a7dbb'; |
| | | insert Ten; |
| | | |