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

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

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

/**
 * Marker interface for a class that uses an {@link AnalysisStrategy}
 *
 */
public interface AnalysisStrategyService {
    
    void setAnalysisStrategy(AnalysisStrategy strategy);
    
    AnalysisStrategy getAnalysisStrategy();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy