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
Daniel BleasdaleDaniel Bleasdale 

Problem with testing (Again)

Hi, I've had the problem again, where i get no coverage could somone explain what I should do to determine where and what I needed to add to my test class?

User-added imageThanks Dan
Best Answer chosen by Daniel Bleasdale
Daniel BleasdaleDaniel Bleasdale
Resolved:-
@istest Private Static void StandardTest(){
      Apprentice__c ApprenticeObj = new Apprentice__c();  
      Apexpages.StandardController sc = new Apexpages.standardController(ApprenticeObj);
      PrintableView PrintExt = new PrintableView(sc);
    }