| | |
| | | QuoteLineItem item01 = insertQuoteLineItem( quote, entryCNY); |
| | | QuoteLineItem item02 = insertQuoteLineItem( quote, entryCNY); |
| | | |
| | | System.Test.startTest(); |
| | | // System.Test.startTest(); |
| | | //見積データ検索 |
| | | opprtunity = [SElECT Id, Opportunity_no__c, CurrencyIsoCode FROM Opportunity WHERE Id = :opp.id]; |
| | | //test5( opp, quote , QuotePage); |
| | |
| | | QuoteLineItem item01 = insertQuoteLineItem( quote, entryUSD); |
| | | QuoteLineItem item02 = insertQuoteLineItem( quote, entryUSD); |
| | | |
| | | System.Test.startTest(); |
| | | // System.Test.startTest(); |
| | | //見積データ検索 |
| | | opprtunity = [SElECT Id, Opportunity_no__c, CurrencyIsoCode FROM Opportunity WHERE Id = :opp.id]; |
| | | //test5( opp, quote , QuotePage); |
| | |
| | | QuotePage.oppId = null; |
| | | QuotePage.init(); |
| | | QuotePage.Save(); |
| | | System.Test.startTest(); |
| | | QuotePage.DownloadCsv(); |
| | | QuotePage.QuoteConfirm(); |
| | | User u = new User(id = UserInfo.getUserId()); |