1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-26 05:24:51 +02:00
Smack/jingle/extension/test/org/jivesoftware/smackx/jingle/nat/LocalhostTest.java

12 lines
232 B
Java
Raw Normal View History

package org.jivesoftware.smackx.jingle.nat;
import junit.framework.TestCase;
public class LocalhostTest extends TestCase {
public void testGetLocalhost() {
System.out.println(BridgedResolver.getLocalHost());
}
}