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

jvmMain.com.steamstreet.aws.test.S3Mock.kt Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.steamstreet.aws.test

import aws.sdk.kotlin.services.s3.S3Client
import io.mockk.mockk

public class S3Local(
    private val mock: S3Client = mockk(relaxed = true)
) : S3Client by mock, MockService {
    override fun close() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy