Skip to content

LeoColman/kotest-extensions-h2

Repository files navigation

Kotest Extensions H2

Maintenance License Maven Central

Usage

Add the library to the project:

testImplementation("br.com.colman:kotest-extensions-h2:VERSION")

Add the listener to a test where you're using H2

class MyTest : FunSpec({
  val listener = listener(H2Listener())
  
  test("My h2 test") {
    val dataSource = listener.dataSource
    // ...
  }
})

About

Provides Kotest integration with H2 Database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages