Stephane Nicoll
cd085e0641
Polish contribution
...
See gh-19326
5 years ago
Jorge Cordoba
f22d0c7d8e
Add missing assertion to SampleTestApplicationWebIntegrationTests.test()
...
See gh-19326
5 years ago
Andy Wilkinson
2be3057904
Polish test method name to reflect its expectation
...
Closes gh-19186
5 years ago
Phillip Webb
fb1dd8fe93
Merge branch '2.0.x' into 2.1.x
5 years ago
Phillip Webb
913e831f4e
Merge '1.5.x' into 2.0.x
5 years ago
Phillip Webb
ff36074401
Update copyright header for changed files
...
Effectively all files have been touched this year due to the nohttp
work.
5 years ago
Phillip Webb
8843c11a28
Update copyright header of changed files
5 years ago
Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
6 years ago
Phillip Webb
2c8881a908
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
ede197fa55
Polish formatting
...
Fix formatting issues, primarily around header comments.
6 years ago
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
6 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
6 years ago
Phillip Webb
f12ab1ff90
Update copyright header of changed files
6 years ago
Andy Wilkinson
864942ad4f
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
ba4671f0ab
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
94633cfd89
Merge branch '1.4.x' into 1.5.x
6 years ago
Spring Operator
189eeefbb1
Use HTTPS for external links wherever possible
...
See gh-16317
6 years ago
Andy Wilkinson
e23f72c8b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
6 years ago
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
6 years ago
Phillip Webb
5a4220c773
Fix logging checkstye violations in samples
...
See gh-14911
6 years ago
Phillip Webb
d76bba5e6f
Migrate from ExpectedException rule to AssertJ
...
Replace ExpectedException JUnit rules with AssertJ exception
assertions.
Closes gh-14336
6 years ago
Phillip Webb
9543fcf44d
Upgrade to spring-javaformat 0.0.6
6 years ago
Phillip Webb
0ec22c8bf9
Polish copyright date on changed files
6 years ago
Phillip Webb
9ca9a491ca
Fix checkstyle issues in samples
...
Fix checkstyle issues with samples following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
7 years ago
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
7 years ago
Phillip Webb
4853477081
Reformat code
7 years ago
Phillip Webb
5de46c3186
Polish
7 years ago
Andy Wilkinson
70c613819d
Fix incomplete calls to assertThat
7 years ago
Stephane Nicoll
23218add90
Polish
7 years ago
Andy Wilkinson
5aa66305a8
Log warning when open-in-view is implicitly enabled for JPA or Neo4j
...
Closes gh-7107
7 years ago
Phillip Webb
425dbc3e52
Update copyright header for edited files
8 years ago
Phillip Webb
77f9bb09ca
Further Polish Mockito 2 support
...
See gh-7770
8 years ago
Stephane Nicoll
b618c70e52
Add test slice for pure jdbc tests
...
This commit adds `@JdbcTest`, a new test slice for pure jdbc tests. It
provides the same basic features than `@DataJpaTest`.
Closes gh-6563
8 years ago
Phillip Webb
296dc7132b
Allow JSON Testers to be `@Autowired`
...
Switch `@AutoConfigureJsonTesters` to use regular `@Autowired` injection
for JSON testers. Prior to this commit JSON Tester fields were
initialized directly which caused IDE issues and was also a little
confusing.
Fixes gh-6451
8 years ago
Phillip Webb
4a1e0d4544
Extend @AutoConfigureMockMvc print support
...
Update @AutoConfigureMockMvc to support extended print options including
`System.err` and `log.debug`. In addition the "default" print option
can now be overridden by adding `spring.test.mockmvc.print=...` to
`src/test/resources/application.properties`.
Fixes gh-6455
8 years ago
Phillip Webb
b84330663d
Update spring-boot-sample-test REST code
...
Update RemoteVehicleDetailsService and the related test to use the new
RestTemplateBuilder class and @RestClientTest annotation.
See gh-6030
See gh-5507
9 years ago
Phillip Webb
4023637b07
Remove accidentally comitted SampleTest
9 years ago
Phillip Webb
6cdbdf9ad3
Polish
9 years ago
Johnny Lim
6d48ee9593
Polish
...
Closes gh-5714
9 years ago
Johnny Lim
90d897eb9d
Polish
...
Closes gh-5685
9 years ago
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader.
Fixes gh-5562
9 years ago
Andy Wilkinson
33f0ea3480
Rework SpringApplicationTest to support web modes
...
Rework the new testing support so that @SpringApplicationTest can be
used for standard integration tests, web integration tests with a
mock Servlet environment and web integration tests with an embedded
servlet container. This means that it a replacement for 1.3's
@IntegrationTest and @WebIntegrationTest and allows all
SpringApplication testing to be configured using a common annotation.
The old @IntegrationTest and @WebIntegrationTest along with their
supporting classes have been reinstated to their previous form (while
remaining deprecated). This should ensure that they continue to work
in 1.4 exactly as they did in 1.3 giving users a smooth path to
@SpringApplicationTest.
See gh-5477
9 years ago
Johnny Lim
a28dd9d9e6
Polish
...
Closes gh-5532
9 years ago
Phillip Webb
247bdf9c84
Add a new spring-boot-sample-test application
...
Add a sample application that demonstrates recently added testing
features.
See gh-4901
9 years ago