@isTest private class LexCopyProductControllerTest { static testMethod void testMethod1() { Product_Set__c psc = new Product_Set__c(Name='s'); insert psc; lexCopyProductController.init(psc.Id); } }