/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.slick.netaddr; import junit.framework.*; /** * * @author Emil Ivov */ public class TestAddressPool extends TestCase { public TestAddressPool() { super(); } public TestAddressPool(String name) { super(name); } }