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

com.aventstack.extentreports.observer.ReportObserver Maven / Gradle / Ivy

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

import com.aventstack.extentreports.observer.entity.ObservedEntity;
import com.aventstack.extentreports.observer.entity.ReportEntity;

import io.reactivex.rxjava3.core.Observer;

public interface ReportObserver extends ExtentObserver {
    Observer getReportObserver();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy