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

run.smt.ktest.rest.logger.Logger.kt Maven / Gradle / Ivy

package run.smt.ktest.rest.logger

import io.restassured.response.Response
import io.restassured.specification.FilterableRequestSpecification

/**
 * Logs request and response. Implementors MUST have either no constructor arguments
 * or just one argument of type [com.typesafe.config.Config]
 */
interface Logger {
    fun log(request: FilterableRequestSpecification): (Response) -> Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy