assert() (1) 썸네일형 리스트형 Apex Testing Apex Test Code 예제를 보며 System.assertEquals() , System.assert()를 사용하여 예외 케이스까지 테스트 해본다. public class AccountService { // Enum to represent Account Levels public enum AccountLevel { STANDARD, PREMIUM, VIP } // Method to update the Account Level based on revenue public static void updateAccountLevel(Id accountId) { Account account = [SELECT Id, AnnualRevenue FROM Account.. 이전 1 다음