Skip to content

Commit a26956a

Browse files
committed
因项目的包名修改,我们需要重新部分测试代码
1 parent e4c068d commit a26956a

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

  • toolkits/codebank/src/test/java/com/isharkfly/toolkits/codebank/tests

toolkits/codebank/src/test/java/com/isharkfly/toolkits/codebank/tests/VariableTest.java

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,13 @@
11
package com.isharkfly.toolkits.codebank.tests;
22

3+
import junit.framework.TestCase;
34
import org.junit.Test;
45
import org.junit.jupiter.api.AfterAll;
56
import org.junit.jupiter.api.BeforeAll;
67
import org.junit.jupiter.api.TestInstance;
78
import org.slf4j.Logger;
89
import org.slf4j.LoggerFactory;
910

10-
import junit.framework.TestCase;
11-
12-
/**
13-
* Object of VariableOssez
14-
*
15-
* @author YuCheng
16-
*
17-
*/
18-
19-
class OssezVariable {
20-
int s1, s2;
21-
static int s3;
22-
23-
OssezVariable(int x, int y, int z) {
24-
s1 = x;
25-
s2 = y;
26-
s3 = z;
27-
}
28-
}
29-
3011
/**
3112
*
3213
* @author YuCheng

0 commit comments

Comments
 (0)