Pull the whole "Testing" documentation section up to the top level

Closes gh-38361
This commit is contained in:
Moritz Halbritter
2024-04-17 14:34:03 +02:00
parent 00a10fdc52
commit ca6a321b87
106 changed files with 622 additions and 627 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.features.testing.springbootapplications.jmx;
package org.springframework.boot.docs.testing.springbootapplications.jmx;
/**
* Tests for SampleJmxTests

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.features.testing.utilities.outputcapture;
package org.springframework.boot.docs.testing.utilities.outputcapture;
/**
* Tests for {@link MyOutputCaptureTests}.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.features.testing.utilities.testresttemplate;
package org.springframework.boot.docs.testing.utilities.testresttemplate;
/**
* Tests for {@link MySpringBootTests}.