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