[dist] Move test classes into correct package

This commit is contained in:
Andreas Dangel 2024-02-23 14:46:47 +01:00
parent 414c119be1
commit 194f759533
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
10 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import java.io.File;
import java.io.IOException;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.hamcrest.Matchers.containsString;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.hamcrest.Matchers.containsString;
import static org.junit.jupiter.api.Assertions.assertTrue;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.hamcrest.Matchers.containsString;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static net.sourceforge.pmd.util.CollectionUtil.listOf;
import static org.hamcrest.MatcherAssert.assertThat;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import java.nio.file.Path;
import java.util.Arrays;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import java.io.IOException;
import java.io.Reader;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;

View File

@ -2,7 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.it;
package net.sourceforge.pmd.dist;
import static org.junit.jupiter.api.Assertions.assertTrue;