Skip to content

Instantly share code, notes, and snippets.

@hkakutalua
Created July 19, 2020 10:16
Show Gist options
  • Save hkakutalua/441bb4076f35d596d4357682bc703820 to your computer and use it in GitHub Desktop.
Save hkakutalua/441bb4076f35d596d4357682bc703820 to your computer and use it in GitHub Desktop.
Test wth PostgresDbCleanerExtension
@SpringBootTest
@ExtendWith(PostgresDbCleanerExtension::class)
internal class CartsControllerTests {
@Autowired
lateinit var cartsRepository: CartsRepository
@Autowired
lateinit var webApplicationContext: WebApplicationContext
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment