// execute code that relies on the test schema and test data
}
----
@ -987,7 +987,7 @@ configured with the `@Sql` annotation. The following example shows how to use it
@@ -987,7 +987,7 @@ configured with the `@Sql` annotation. The following example shows how to use it
@ -1061,7 +1061,7 @@ annotation. The following example shows how to declare an SQL group:
@@ -1061,7 +1061,7 @@ annotation. The following example shows how to declare an SQL group:
// execute code that uses the test schema and test data
}
----
@ -4091,7 +4091,7 @@ within a JUnit Jupiter based integration test class:
@@ -4091,7 +4091,7 @@ within a JUnit Jupiter based integration test class:
@Test
@Sql({"/test-schema.sql", "/test-user-data.sql"})
void userTest {
void userTest() {
// execute code that uses the test schema and test data
}
}
@ -4128,7 +4128,7 @@ The following example shows how to use `@Sql` as a repeatable annotation with Ja
@@ -4128,7 +4128,7 @@ The following example shows how to use `@Sql` as a repeatable annotation with Ja