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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)