AllOpen: Support @SpringBootTest annotation (KT-18262)

This commit is contained in:
Yan Zhulanow
2017-06-28 22:25:13 +03:00
parent 4dddb00aca
commit 53e193d130
5 changed files with 112 additions and 3 deletions
@@ -41,7 +41,8 @@ class AllOpenCommandLineProcessor : CommandLineProcessor {
"org.springframework.stereotype.Component",
"org.springframework.transaction.annotation.Transactional",
"org.springframework.scheduling.annotation.Async",
"org.springframework.cache.annotation.Cacheable"))
"org.springframework.cache.annotation.Cacheable",
"org.springframework.boot.test.context.SpringBootTest"))
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
required = false, allowMultipleOccurrences = true)