io.github.adven27.env.wiremock.Interaction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of env-wiremock Show documentation
Show all versions of env-wiremock Show documentation
Java library for a microservice environment emulation
The newest version!
package io.github.adven27.env.wiremock
import java.time.LocalDateTime
data class Interaction(
val method: String,
val url: String,
val req: String,
val resp: String,
val date: LocalDateTime,
val status: Int
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy