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

net.serenitybdd.reports.configuration.ReportProperty.kt Maven / Gradle / Ivy

The newest version!
package net.serenitybdd.reports.configuration

import net.thucydides.core.util.EnvironmentVariables

interface ReportProperty {
    fun configuredIn(environmentVariables: EnvironmentVariables) : A
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy