Use HTTPS links in documentation where possible

This commit is contained in:
Sam Brannen
2019-06-21 16:51:44 +03:00
parent eaecf0c006
commit beb454a299
2 changed files with 2 additions and 2 deletions

View File

@@ -6056,7 +6056,7 @@ See the following resources for more information about testing:
using Java's proxy mechanism.`" Used by the Spring Framework in its test suite.
* https://jmock.org/[JMock]: Library that supports test-driven development of Java
code with mock objects.
* http://dbunit.sourceforge.net/[DbUnit]: JUnit extension (also usable with Ant and
* https://www.dbunit.org/[DbUnit]: JUnit extension (also usable with Ant and
Maven) that is targeted at database-driven projects and, among other things, puts your
database into a known state between test runs.
* https://sourceforge.net/projects/grinder/[The Grinder]: Java load testing framework.