Merge branch 'master' into 7.0.x

This commit is contained in:
Clément Fournier
2019-04-26 15:10:04 +02:00
25 changed files with 307 additions and 61 deletions

View File

@ -303,4 +303,21 @@ public class SerializerException extends Exception {
]]></code>
</test-code>
<test-code>
<description>Enum members</description>
<expected-problems>0</expected-problems>
<code><![CDATA[
public enum AsyncApexJobType {
Future,
SharingRecalculation,
ScheduledApex,
BatchApex,
BatchApexWorker,
TestRequest,
TestWorker,
ApexToken,
Queueable
}
]]></code>
</test-code>
</test-data>