@isTest private class RentalSequenceWatchControllerTest { static testMethod void testMethod1() { PageReference ref = new PageReference('/apex/RentalSequenceWatchController'); Test.setCurrentPage(ref); RentalSequenceWatchController controller = new RentalSequenceWatchController(); controller.test(); } }