We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381d793 commit 57c110fCopy full SHA for 57c110f
group18/935542673/Coding/junit/com/ikook/basic_data_structure/MyBinarySearchTreeTest.java
@@ -21,6 +21,7 @@ public void setUp() {
21
tree.insert(8);
22
}
23
24
+ @SuppressWarnings("static-access")
25
@Test
26
public void testInsert() {
27
tree.insert(1);
@@ -46,6 +47,7 @@ public void testFind() {
46
47
assertEquals(true, tree.find(10));
48
49
50
51
52
public void testDelete() {
53
0 commit comments