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

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

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

/**
 * Some formatters can provide the source which is also written to file,
 * for example, Email formatters or reporters.  Along with writing the contents
 * to a file, you can retrieve the source using which an email can be sent.
 */
public interface SourceProvider {

	String getSource();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy