File tree 2 files changed +3
-8
lines changed
library/src/test/java/com/stealthcopter/networktools
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ subprojects {
30
30
ext. targetSdkVer = 27
31
31
ext. supportLibVer = " 27.1.1"
32
32
33
- ext. appVersionName = " 0.4.0 "
34
- ext. appVersionCode = 14
33
+ ext. appVersionName = " 0.4.1 "
34
+ ext. appVersionCode = 15
35
35
}
Original file line number Diff line number Diff line change 10
10
public class ARPInfoTest {
11
11
12
12
@ Test
13
- public void nullIPsandMacsReturnNull () throws Exception {
14
-
13
+ public void nullIPsandMacsReturnNull () {
15
14
assertNull (ARPInfo .getMACFromIPAddress (null ));
16
15
assertNull (ARPInfo .getIPAddressFromMAC (null ));
17
-
18
- // assertEquals(arpInfo.getMACFromIPAddress("192.168.18.11"), "00:04:20:06:55:1a");
19
- // assertEquals(arpInfo.getIPAddressFromMAC("00:22:43:ab:2a:5b"), "192.168.18.36");
20
-
21
16
}
22
17
23
18
@ Test (expected = IllegalArgumentException .class )
You can’t perform that action at this time.
0 commit comments