| | |
| | | @isTest |
| | | private class LexConsumableAccountInfoControllerTest { |
| | | <<<<<<< HEAD |
| | | @isTest |
| | | public static void test_method_one() { |
| | | // Implement test code |
| | | Account account1 = new Account(); |
| | | account1.Name = 'test1医院'; |
| | | ======= |
| | | |
| | | @isTest |
| | | public static void test_method_one() { |
| | | // Implement test code |
| | | Account account1 = new Account(); |
| | | account1.Name = 'test1医院'; |
| | | >>>>>>> LEXCommunityLiJun |
| | | account1.RecordTypeId = '01210000000QemG'; |
| | | //account1.Is_Active__c = '草案中'; |
| | | insert account1; |
| | | |
| | | <<<<<<< HEAD |
| | | LexConsumableAccountInfoController cai = new LexConsumableAccountInfoController(); |
| | | LexConsumableAccountInfoController.init(account1.Id); |
| | | LexConsumableAccountInfoController.init(''); |
| | | } |
| | | } |
| | | ======= |
| | | |
| | | LexConsumableAccountInfoController cai = new LexConsumableAccountInfoController(); |
| | | LexConsumableAccountInfoController.init(account1.Id); |
| | | LexConsumableAccountInfoController.init(''); |
| | | } |
| | | |
| | | } |
| | | >>>>>>> LEXCommunityLiJun |