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

com.aventstack.extentreports.observer.AttributesObserver 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.AttributeEntity;
import com.aventstack.extentreports.observer.entity.ObservedEntity;

import io.reactivex.rxjava3.core.Observer;

public interface AttributesObserver extends ExtentObserver {
    Observer getAttributesObserver();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy