We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c068d commit a26956aCopy full SHA for a26956a
1 file changed
toolkits/codebank/src/test/java/com/isharkfly/toolkits/codebank/tests/VariableTest.java
@@ -1,32 +1,13 @@
1
package com.isharkfly.toolkits.codebank.tests;
2
3
+import junit.framework.TestCase;
4
import org.junit.Test;
5
import org.junit.jupiter.api.AfterAll;
6
import org.junit.jupiter.api.BeforeAll;
7
import org.junit.jupiter.api.TestInstance;
8
import org.slf4j.Logger;
9
import org.slf4j.LoggerFactory;
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
30
/**
31
*
32
* @author YuCheng
0 commit comments