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

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

package com.aventstack.extentreports;
/**
 * Marker interface for the run result with a single getStatus() method
 *
 */
public interface RunResult {
	
    Status getStatus();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy