com.aventstack.extentreports.reporter.configuration.ViewsConfigurable Maven / Gradle / Ivy
The newest version!
package com.aventstack.extentreports.reporter.configuration;
@FunctionalInterface
public interface ViewsConfigurable {
ViewConfigurer> viewConfigurer();
}