Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
|
||
|---|---|---|
| .. | ||
| book.groovy | ||
| book_and_tests.groovy | ||
| empty.groovy | ||
| failures.groovy | ||
| integration.groovy | ||
| integration_auto.groovy | ||
| integration_auto_test.groovy | ||
| reactor.groovy | ||
| spock.groovy | ||
| test.groovy | ||