All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.ReportService Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports;

import com.aventstack.extentreports.reporter.AbstractReporter;

/**
 * The main service for {@link ExtentReports} which allows attaching a reporter of type
 * {@link AbstractReporter} 
 */
public interface ReportService {
    
	void attachReporter(ExtentReporter... reporter);	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy