Skip to content

Instantly share code, notes, and snippets.

@JohanneA
Created November 22, 2021 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohanneA/46439076facebe2b16bb1f79841b64d6 to your computer and use it in GitHub Desktop.
Save JohanneA/46439076facebe2b16bb1f79841b64d6 to your computer and use it in GitHub Desktop.
Kotlin test DSL
fun override(
buildShipment: ShipmentTestBuilder.() -> Unit
): ShipmentTestBuilder {
this.buildShipment()
return this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment