質問編集履歴
2
aaaa
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,14 @@
|
|
1
1
|
```java
|
2
|
+
|
3
|
+
@RunWith(PowerMockRunner.class)
|
4
|
+
|
5
|
+
public class test1{
|
6
|
+
|
7
|
+
|
2
8
|
|
3
9
|
@InjectMocks
|
4
10
|
|
5
|
-
|
11
|
+
test1 target = new test();
|
6
12
|
|
7
13
|
|
8
14
|
|
1
ccc
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
@Test
|
10
10
|
|
11
|
-
public void
|
11
|
+
public void testCase01(){
|
12
12
|
|
13
13
|
assertEquals("777", target.encode(null));
|
14
14
|
|