Skip to main content
1 answer
  1. Oct 28, 2014, 11:52 AM
    In the "old days" -- up to about 18 months ago, you could include test methods in the same class file as your production code.   This is a bad practice in general, and Salesforce changed its technical requirements so that test methods must be in their own class file.   You can learn more about programming and test development at developer.salesforce.com.

     

     
0/9000