SpringBootContextLoader
as the default ContextLoader
when no
specific @ContextConfiguration(loader=...)
is
defined.
@SpringBootConfiguration
when nested
@Configuration
is not used, and no explicit classes
are
specified.
Environment
properties to be defined using the
properties attribute
.
args
attribute
.
webEnvironment
modes,
including the ability to start a fully running web server listening on a
defined
or random
port.
Can register the following beans for web tests that are using a fully running web server:
TestRestTemplate
WebTestClient