@isTest private class ControllerResponseTest { static testMethod void testMethod1() { ControllerResponse cp = new ControllerResponse(); cp.Data = new Account(); } }