File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ _N.B: TC needs to be on your application's classpath at runtime for this to work
2323
2424Examples/Tests:
2525
26- * [ See here] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/rnorth/ testcontainers/jdbc/JDBCDriverTest.java )
26+ * [ See here] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/testcontainers/jdbc/JDBCDriverTest.java )
2727
2828## Support
2929
@@ -62,9 +62,9 @@ Note that if you use @Rule, you will be given an isolated container for each tes
6262
6363Examples/Tests:
6464
65- * [ MySQL] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/rnorth/ testcontainers/junit/SimpleMySQLTest.java )
66- * [ PostgreSQL] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/postgresql/src/test/java/org/rnorth/ testcontainers/junit/SimplePostgreSQLTest.java )
67- * [ nginx] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/nginx/src/test/java/org/rnorth/ testcontainers/junit/SimpleNginxTest.java )
65+ * [ MySQL] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/testcontainers/junit/SimpleMySQLTest.java )
66+ * [ PostgreSQL] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/postgresql/src/test/java/org/testcontainers/junit/SimplePostgreSQLTest.java )
67+ * [ nginx] ( https://github.com/testcontainers/testcontainers-java/blob/master/modules/nginx/src/test/java/org/testcontainers/junit/SimpleNginxTest.java )
6868
6969A generic container rule can be used with any public docker image; for example:
7070
You can’t perform that action at this time.
0 commit comments