You need to sign in to do that
Don't have an account?

issue with test class
Hello,
I am writing test class for a trigger which has all the events nand also has recursive trigger avoider method call(Recursive.trigger()).
Test calss is passing through if(Recursive.trigger()) at the start of trigger but not executing any event of the trigger.
also the functionality is working fine.

any help will be great ASAP.
I am writing test class for a trigger which has all the events nand also has recursive trigger avoider method call(Recursive.trigger()).
Test calss is passing through if(Recursive.trigger()) at the start of trigger but not executing any event of the trigger.
also the functionality is working fine.
any help will be great ASAP.
Give me the complete code ...