how to move apex class from developer edition to enterprice edition

前端 未结 1 702
孤独总比滥情好
孤独总比滥情好 2021-01-28 06:50

i have apex class in developer edition and i want to move this class into enterprice edition using apex expolrer IDE but i am getting error like this \"test coverage of selected

相关标签:
1条回答
  • 2021-01-28 07:22

    You won't be able to deploy it without also providing the test classes for it, see the docs on apex testing

    0 讨论(0)
提交回复
热议问题