You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-cli/test-samples
Stephane Nicoll 7c0c953f81 Add value alias for SpringApplicationConfiguration
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
9 years ago
..
book.groovy Move tests from 'samples' to 'test-samples' 11 years ago
book_and_tests.groovy Move tests from 'samples' to 'test-samples' 11 years ago
empty.groovy Move tests from 'samples' to 'test-samples' 11 years ago
failures.groovy Move tests from 'samples' to 'test-samples' 11 years ago
integration.groovy Add value alias for SpringApplicationConfiguration 9 years ago
integration_auto.groovy Add value alias for SpringApplicationConfiguration 9 years ago
integration_auto_test.groovy Add value alias for SpringApplicationConfiguration 9 years ago
reactor.groovy Ensure CLI adds @EnableAutoConfiguration in an appropriate place 11 years ago
spock.groovy Move tests from 'samples' to 'test-samples' 11 years ago
test.groovy Move tests from 'samples' to 'test-samples' 11 years ago