added afrinic and apnic
This commit is contained in:
@ -78,7 +78,7 @@ public class WhoisTest extends BaseTest {
|
||||
@Test
|
||||
public void testGeneric() throws WhoisException {
|
||||
Whois whoIsClient = new Whois();
|
||||
WhoisInformation info = whoIsClient.execute("whois.ripe.net", "185.125.4.210");
|
||||
WhoisInformation info = whoIsClient.execute( "41.190.8.21");
|
||||
assertNotNull (info);
|
||||
assertNotNull (info.getNetwork());
|
||||
assertFalse (info.getNetwork().isEmpty());
|
||||
|
||||
Reference in New Issue
Block a user