Jukka Siivonen
04/10/2019, 8:27 AM@WithUserDetails(value = DEFAULT_TEST_USERNAME)
annotation class SpringContextTest
diesieben07
04/10/2019, 8:27 AMJukka Siivonen
04/10/2019, 8:27 AM@SpringContextTest(username = "foo")
diesieben07
04/10/2019, 8:28 AM@AliasFor(annotation = SpringContextTest)
on your username
property@AliasFor(annotation = SpringContextTest::class, attribute = "value")
acutally. Not quite sure how @SpringContextTest
looksJukka Siivonen
04/10/2019, 8:31 AM@SpringBootTest
@WithUserDetails(value = DEFAULT_TEST_USERNAME)
annotation class SpringContextTest