From 2a94ca8b58d969fa89e5f870527c3da5ab70bb49 Mon Sep 17 00:00:00 2001 From: getorgive <729010328@qq.com> Date: Wed, 13 Dec 2017 22:19:25 +0800 Subject: [PATCH 1/5] test --- src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java b/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java index 046daca..4c9654b 100644 --- a/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java +++ b/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java @@ -13,7 +13,7 @@ public void setUp() throws Exception { super.setUp(); nums = new int[]{10, 20, 2, 3, 1, 100, 45, 22, 51, 21}; } - + ttt public void tearDown() throws Exception { for (int i = 0 ; i < nums.length;i++){ System.out.print(nums[i] + " "); From b11eae21494e8897748660c22b5f6bf9aae1b0df Mon Sep 17 00:00:00 2001 From: getorgive <729010328@qq.com> Date: Wed, 13 Dec 2017 22:20:26 +0800 Subject: [PATCH 2/5] test --- src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java b/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java index 4c9654b..df8c303 100644 --- a/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java +++ b/src/test/java/cn/byhieg/algorithmtutorialtest/SortTest.java @@ -13,7 +13,7 @@ public void setUp() throws Exception { super.setUp(); nums = new int[]{10, 20, 2, 3, 1, 100, 45, 22, 51, 21}; } - ttt + public void tearDown() throws Exception { for (int i = 0 ; i < nums.length;i++){ System.out.print(nums[i] + " "); From 35a8dea5aa9cc8eea64ef6c45f3252855ecffd5c Mon Sep 17 00:00:00 2001 From: getorgive <729010328@qq.com> Date: Sun, 8 Apr 2018 00:16:46 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java b/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java index 9c1cfa5..bd37fc9 100644 --- a/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java +++ b/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java @@ -8,7 +8,7 @@ * Mail to byhieg@gmail.com */ public class BinaryTreeTest extends TestCase { - + //sd BinaryTree.Node root = new BinaryTree.Node(1); public void setUp() throws Exception { super.setUp(); From 6f20f764f15d39dc88c696862b5813bc7199b557 Mon Sep 17 00:00:00 2001 From: getorgive <729010328@qq.com> Date: Sun, 8 Apr 2018 00:24:44 +0800 Subject: [PATCH 4/5] 1 --- src/test/java/cn/byhieg/algorithmtutorialtest/ss.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/java/cn/byhieg/algorithmtutorialtest/ss.java diff --git a/src/test/java/cn/byhieg/algorithmtutorialtest/ss.java b/src/test/java/cn/byhieg/algorithmtutorialtest/ss.java new file mode 100644 index 0000000..2aaf863 --- /dev/null +++ b/src/test/java/cn/byhieg/algorithmtutorialtest/ss.java @@ -0,0 +1,5 @@ +package cn.byhieg.algorithmtutorialtest; + +public class ss { + +} From fff256ff8c919bdc2d8f030c11303c9a5ec90155 Mon Sep 17 00:00:00 2001 From: getorgive <729010328@qq.com> Date: Sun, 8 Apr 2018 00:33:16 +0800 Subject: [PATCH 5/5] Update BinaryTreeTest.java --- .../java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java b/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java index bd37fc9..a3ad6af 100644 --- a/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java +++ b/src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java @@ -8,7 +8,6 @@ * Mail to byhieg@gmail.com */ public class BinaryTreeTest extends TestCase { - //sd BinaryTree.Node root = new BinaryTree.Node(1); public void setUp() throws Exception { super.setUp(); @@ -85,4 +84,4 @@ public void testCalcKNodes() throws Exception { public void testMirror() throws Exception { BinaryTree.mirror(root); } -} \ No newline at end of file +}