forcedotcom / ApexUnit

ApexUnit is a powerful continuous integration tool for the Force.com platform
BSD 3-Clause "New" or "Revised" License
71 stars 51 forks source link

Is there a limitation of 200 test classes? #41

Closed jineshqa closed 8 years ago

jineshqa commented 8 years ago

Hi,

I tried using ApexUnit for our app which has around 300+ test classes. The final report however shows 200 test classes executed. Is there any limitation on number of test classes that can be executed using ApexUnit?

Thanks, Jinesh

adarsh-ramakrishna-sfdc commented 8 years ago

Hello @jineshkenandy

There is no limit set on the # of test classes. Currently tests with 'default' namespace will be picked. If you have test classes belonging a different namespace, those will probably not be picked. Also, We have a enhancement request to support different namespaces(Issue #23 ) . Let me know if you have any questions

adarshramakrishna commented 8 years ago

@jineshkenandy Please let me know if you have any questions. Closing this question for now. Thanks