File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
library/src/test/java/com/stealthcopter/networktools Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ subprojects {
3030 ext. targetSdkVer = 27
3131 ext. supportLibVer = " 27.1.1"
3232
33- ext. appVersionName = " 0.4.0 "
34- ext. appVersionCode = 14
33+ ext. appVersionName = " 0.4.1 "
34+ ext. appVersionCode = 15
3535}
Original file line number Diff line number Diff line change 1010public class ARPInfoTest {
1111
1212 @ Test
13- public void nullIPsandMacsReturnNull () throws Exception {
14-
13+ public void nullIPsandMacsReturnNull () {
1514 assertNull (ARPInfo .getMACFromIPAddress (null ));
1615 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-
2116 }
2217
2318 @ Test (expected = IllegalArgumentException .class )
You can’t perform that action at this time.
0 commit comments