com.trendyol.stove.testing.e2e.rdbms.mssql.MsSqlContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stove-testing-e2e-rdbms-mssql Show documentation
Show all versions of stove-testing-e2e-rdbms-mssql Show documentation
The easiest way of e2e testing in Kotlin
The newest version!
package com.trendyol.stove.testing.e2e.rdbms.mssql
import com.trendyol.stove.testing.e2e.rdbms.*
import com.trendyol.stove.testing.e2e.system.annotations.StoveDsl
@StoveDsl
class MsSqlContext(
container: StoveMsSqlContainer,
val options: MsSqlOptions
) : RelationalDatabaseContext(container, options.configureExposedConfiguration)
@StoveDsl
data class SqlMigrationContext(
val options: MsSqlOptions,
val operations: NativeSqlOperations,
val executeAsRoot: suspend (String) -> Unit
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy