function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amruta ChaudharyAmruta Chaudhary 

How to write text class for method that used in main apex class?

i add logic in main class for deplyment need code covrage more than 75% for that i have to write text class 
   can some help me ? 
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Amrutha,

Check this:
https://salesforce.stackexchange.com/questions/244788/how-do-i-write-an-apex-unit-test

https://salesforce.stackexchange.com/questions/244794/how-do-i-increase-my-code-coverage-or-why-cant-i-cover-these-lines

If you face any specific issues while writing do post that here.

Thanks!