LeoColman
SerVB
fun BehaviorSpec.givenTestContainerEShopAuth(test: suspend GivenContext.(TestApplicationEngine) -> Unit) { given("test container e-shop-auth") { withTestApplication(Application::testContainerEShopAuth) { this@given.test(this) } } }
include(givenTestContainerEShopAuth { app -> // ... })
include.givenTestContainerEShopAuth { app -> // ... }
*Spec
*Context
A modern programming language that makes developers happier.