Skip to content

Commit 0982a03

Browse files
move tests into its own folder
1 parent e7d86ec commit 0982a03

Some content is hidden

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

45 files changed

+45
-45
lines changed

src/test/java/com/fishercoder/_2001Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2001Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2001;

src/test/java/com/fishercoder/_2007Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2007Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2007;

src/test/java/com/fishercoder/_2012Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2012Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2012;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2017Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2017Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2017;

src/test/java/com/fishercoder/_2018Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2018Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2018;

src/test/java/com/fishercoder/_2024Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2024Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2024;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2028Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2028Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2028;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2038Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2038Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2038;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2039Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2039Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2039;

src/test/java/com/fishercoder/_2050Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2050Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2050;

src/test/java/com/fishercoder/_2054Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2054Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2054;

src/test/java/com/fishercoder/_2063Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2063Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2063;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2070Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2070Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2070;

src/test/java/com/fishercoder/_2075Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2075Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2075;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2076Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2076Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2076;

src/test/java/com/fishercoder/_2080Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2080Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2080;
44
import org.junit.Test;

src/test/java/com/fishercoder/_2103Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2103Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2103;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2116Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2116Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2116;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2126Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2126Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2126;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2134Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2134Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2134;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2144Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2144Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2144;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2156Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2156Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2156;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2190Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2190Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2190;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2220Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2220Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2220;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2224Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2224Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2224;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2231Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2231Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2231;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_2273Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2273Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2273;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2284Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2284Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2284;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2293Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2293Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2293;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2309Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2309Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2309;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2315Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2315Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2315;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2325Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2325Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2325;
44
import org.junit.Assert;

src/test/java/com/fishercoder/_2335Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2335Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2335;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2357Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2357Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2357;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2373Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2373Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2373;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_2385Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2385Test.java

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

33
import com.fishercoder.common.utils.TreeUtils;
44
import com.fishercoder.solutions.thirdthousand._2385;

src/test/java/com/fishercoder/_2433Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2433Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2433;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2515Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2515Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2515;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2525Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2525Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2525;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2544Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2544Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2544;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_2566Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2566Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2566;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2670Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2670Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2670;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2696Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2696Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2696;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2710Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2710Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2710;
44
import org.junit.BeforeClass;

src/test/java/com/fishercoder/_2716Test.java renamed to src/test/java/com/fishercoder/thirdthousand/_2716Test.java

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

33
import com.fishercoder.solutions.thirdthousand._2716;
44
import org.junit.jupiter.api.BeforeEach;

0 commit comments

Comments
 (0)