Move Testcontainers documentation from howto to features

Closes gh-35018
This commit is contained in:
Phillip Webb
2023-04-16 21:20:22 -07:00
parent 81a972af8d
commit 1a0b9bdcd0
9 changed files with 112 additions and 107 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.dynamicproperties;
package org.springframework.boot.docs.features.testing.testcontainers.dynamicproperties;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.Neo4jContainer;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.serviceconnections;
package org.springframework.boot.docs.features.testing.testcontainers.serviceconnections;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.Neo4jContainer;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.vanilla;
package org.springframework.boot.docs.features.testing.testcontainers.vanilla;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.Neo4jContainer;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.dynamicproperties
package org.springframework.boot.docs.features.testing.testcontainers.dynamicproperties
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.serviceconnection
package org.springframework.boot.docs.features.testing.testcontainers.serviceconnections
import org.junit.jupiter.api.Test
import org.testcontainers.containers.Neo4jContainer

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testing.testcontainers.vanilla
package org.springframework.boot.docs.features.testing.testcontainers.vanilla
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest