Skip to main content
In my class i have below constructor, i am not able to cover code coverage.can some pls guide me, thanks. 

Constructor: takes an Opporutnity action, color index and associate file

*/

    public OpportunityAction(Opportunity_Action__c oppAction, Integer colorIndex, Files__c file) {

        this.oppAction = oppAction;

        this.oppPlan = oppAction.Opportunity_Plan__r;

        this.colorIndex = colorIndex;

        this.associatedFile = file;

        planHeader = false;

    }
5 answers
  1. Mar 6, 2017, 2:43 PM
    Bala i tried the above code but it is not working. Please guide me. thanks. 
0/9000