Pull the whole "Testing" documentation section up to the top level
Closes gh-38361
This commit is contained in:
@@ -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
|
||||
@@ -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}.
|
||||
@@ -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}.
|
||||
Reference in New Issue
Block a user