ABE is correct option.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_seealldata_using.htm
I created a test class to check it and the AB are correct.
However, if the containing class has been annotated with @isTest(SeeAllData=true), annotating a method with @isTest(SeeAllData=false) is ignored for that method. In this case, that method still has access to all the data in the organization. Annotating a method with @isTest(SeeAllData=true) overrides, for that method, an @isTest(SeeAllData=false) annotation on the class.
Classes defined with the @isTest annotation don't count against your organization limit of 6 MB for all Apex code.
Answer - ABE
Hello, please review this question. Right answers are ABE. I tested it on my org!
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
golhgh
Highly Voted 1 year, 2 months agoatul17
Highly Voted 1 year, 6 months agoHR444
1 year, 6 months agoArentalon
1 year, 6 months agoApexMike
Most Recent 4 months, 3 weeks agoashwani012
1 year, 5 months agoSalesforte
1 year, 5 months ago