Skip to content

Commit 00a34a8

Browse files
move tests into its own folder
1 parent f45babc commit 00a34a8

File tree

600 files changed

+600
-600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

600 files changed

+600
-600
lines changed

src/test/java/com/fishercoder/_100Test.java renamed to src/test/java/com/fishercoder/firstthousand/_100Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_101Test.java renamed to src/test/java/com/fishercoder/firstthousand/_101Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_102Test.java renamed to src/test/java/com/fishercoder/firstthousand/_102Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.CommonUtils;

src/test/java/com/fishercoder/_103Test.java renamed to src/test/java/com/fishercoder/firstthousand/_103Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.CommonUtils;

src/test/java/com/fishercoder/_104Test.java renamed to src/test/java/com/fishercoder/firstthousand/_104Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_105Test.java renamed to src/test/java/com/fishercoder/firstthousand/_105Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_106Test.java renamed to src/test/java/com/fishercoder/firstthousand/_106Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_107Test.java renamed to src/test/java/com/fishercoder/firstthousand/_107Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.CommonUtils;

src/test/java/com/fishercoder/_108Test.java renamed to src/test/java/com/fishercoder/firstthousand/_108Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.utils.TreeUtils;
44
import com.fishercoder.solutions.firstthousand._108;

src/test/java/com/fishercoder/_109Test.java renamed to src/test/java/com/fishercoder/firstthousand/_109Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.ListNode;
44
import com.fishercoder.common.classes.TreeNode;

src/test/java/com/fishercoder/_10Test.java renamed to src/test/java/com/fishercoder/firstthousand/_10Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._10;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_110Test.java renamed to src/test/java/com/fishercoder/firstthousand/_110Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_113Test.java renamed to src/test/java/com/fishercoder/firstthousand/_113Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_114Test.java renamed to src/test/java/com/fishercoder/firstthousand/_114Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_115Test.java renamed to src/test/java/com/fishercoder/firstthousand/_115Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._115;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_116Test.java renamed to src/test/java/com/fishercoder/firstthousand/_116Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._116;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_117Test.java renamed to src/test/java/com/fishercoder/firstthousand/_117Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._117;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_118Test.java renamed to src/test/java/com/fishercoder/firstthousand/_118Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.firstthousand._118;

src/test/java/com/fishercoder/_119Test.java renamed to src/test/java/com/fishercoder/firstthousand/_119Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._119;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_11Test.java renamed to src/test/java/com/fishercoder/firstthousand/_11Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._11;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_120Test.java renamed to src/test/java/com/fishercoder/firstthousand/_120Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._120;
44
import java.util.ArrayList;

src/test/java/com/fishercoder/_121Test.java renamed to src/test/java/com/fishercoder/firstthousand/_121Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._121;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_122Test.java renamed to src/test/java/com/fishercoder/firstthousand/_122Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._122;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_123Test.java renamed to src/test/java/com/fishercoder/firstthousand/_123Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._123;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_125Test.java renamed to src/test/java/com/fishercoder/firstthousand/_125Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._125;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_127Test.java renamed to src/test/java/com/fishercoder/firstthousand/_127Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._127;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_128Test.java renamed to src/test/java/com/fishercoder/firstthousand/_128Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._128;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_129Test.java renamed to src/test/java/com/fishercoder/firstthousand/_129Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_12Test.java renamed to src/test/java/com/fishercoder/firstthousand/_12Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._12;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_130Test.java renamed to src/test/java/com/fishercoder/firstthousand/_130Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.firstthousand._130;

src/test/java/com/fishercoder/_131Test.java renamed to src/test/java/com/fishercoder/firstthousand/_131Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._131;
44
import java.util.ArrayList;

src/test/java/com/fishercoder/_132Test.java renamed to src/test/java/com/fishercoder/firstthousand/_132Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._132;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_133Test.java renamed to src/test/java/com/fishercoder/firstthousand/_133Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._133;
44
import com.fishercoder.solutions.firstthousand._133.Solution1.Node;

src/test/java/com/fishercoder/_134Test.java renamed to src/test/java/com/fishercoder/firstthousand/_134Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._134;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_136Test.java renamed to src/test/java/com/fishercoder/firstthousand/_136Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._136;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_139Test.java renamed to src/test/java/com/fishercoder/firstthousand/_139Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._139;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_13Test.java renamed to src/test/java/com/fishercoder/firstthousand/_13Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._13;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_140Test.java renamed to src/test/java/com/fishercoder/firstthousand/_140Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._140;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_141Test.java renamed to src/test/java/com/fishercoder/firstthousand/_141Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.utils.LinkedListUtils;
44
import com.fishercoder.solutions.firstthousand._141;

src/test/java/com/fishercoder/_143Test.java renamed to src/test/java/com/fishercoder/firstthousand/_143Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.ListNode;
44
import com.fishercoder.common.utils.LinkedListUtils;

src/test/java/com/fishercoder/_144Test.java renamed to src/test/java/com/fishercoder/firstthousand/_144Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_145Test.java renamed to src/test/java/com/fishercoder/firstthousand/_145Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.CommonUtils;

src/test/java/com/fishercoder/_148Test.java renamed to src/test/java/com/fishercoder/firstthousand/_148Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.ListNode;
44
import com.fishercoder.common.utils.LinkedListUtils;

src/test/java/com/fishercoder/_149Test.java renamed to src/test/java/com/fishercoder/firstthousand/_149Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._149;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_14Test.java renamed to src/test/java/com/fishercoder/firstthousand/_14Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._14;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_150Test.java renamed to src/test/java/com/fishercoder/firstthousand/_150Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._150;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_151Test.java renamed to src/test/java/com/fishercoder/firstthousand/_151Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._151;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_153Test.java renamed to src/test/java/com/fishercoder/firstthousand/_153Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._153;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_154Test.java renamed to src/test/java/com/fishercoder/firstthousand/_154Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._154;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_156Test.java renamed to src/test/java/com/fishercoder/firstthousand/_156Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.TreeNode;
44
import com.fishercoder.common.utils.TreeUtils;

src/test/java/com/fishercoder/_159Test.java renamed to src/test/java/com/fishercoder/firstthousand/_159Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._159;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_15Test.java renamed to src/test/java/com/fishercoder/firstthousand/_15Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._15;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_160Test.java renamed to src/test/java/com/fishercoder/firstthousand/_160Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.common.classes.ListNode;
44
import com.fishercoder.solutions.firstthousand._160;

src/test/java/com/fishercoder/_161Test.java renamed to src/test/java/com/fishercoder/firstthousand/_161Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._161;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_162Test.java renamed to src/test/java/com/fishercoder/firstthousand/_162Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._162;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_163Test.java renamed to src/test/java/com/fishercoder/firstthousand/_163Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._163;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_164Test.java renamed to src/test/java/com/fishercoder/firstthousand/_164Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._164;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_165Test.java renamed to src/test/java/com/fishercoder/firstthousand/_165Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._165;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_166Test.java renamed to src/test/java/com/fishercoder/firstthousand/_166Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._166;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_167Test.java renamed to src/test/java/com/fishercoder/firstthousand/_167Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._167;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_168Test.java renamed to src/test/java/com/fishercoder/firstthousand/_168Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._168;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_169Test.java renamed to src/test/java/com/fishercoder/firstthousand/_169Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._169;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_16Test.java renamed to src/test/java/com/fishercoder/firstthousand/_16Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._16;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_171Test.java renamed to src/test/java/com/fishercoder/firstthousand/_171Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._171;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_174Test.java renamed to src/test/java/com/fishercoder/firstthousand/_174Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._174;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_179Test.java renamed to src/test/java/com/fishercoder/firstthousand/_179Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._179;
44
import org.junit.BeforeClass;

0 commit comments

Comments
 (0)