@isTest private class RentalImgRelationshipBatchTest { static testMethod void testMethod1() { // Database.executeBatch(new RentalImgRelationshipBatch(), 1); Database.executeBatch(new RentalImgRelationshipBatch('Rental_Apply__c',null,null,''), 1); } }