META-INF.spring.factories Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springmockk Show documentation
Show all versions of springmockk Show documentation
MockBean and SpyBean, but for MockK instead of Mockito
# Spring Test ContextCustomizerFactories
org.springframework.test.context.ContextCustomizerFactory=\
com.ninjasquad.springmockk.MockkContextCustomizerFactory
# Test Execution Listeners
org.springframework.test.context.TestExecutionListener=\
com.ninjasquad.springmockk.MockkTestExecutionListener,\
com.ninjasquad.springmockk.ClearMocksTestExecutionListener
© 2015 - 2024 Weber Informatics LLC | Privacy Policy