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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy