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

com.aventstack.extentreports.reporter.ExtentKlovReporterConfig Maven / Gradle / Ivy

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

import com.aventstack.extentreports.reporter.configuration.AbstractConfiguration;

import lombok.Getter;
import lombok.Setter;
import lombok.experimental.SuperBuilder;

/**
 * Defines configuration settings for the Klov reporter
 */
@Getter
@Setter
@SuperBuilder
public class ExtentKlovReporterConfig extends AbstractConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy