mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-03 11:46:58 +00:00
20
src/test/java/pw/yumc/YumCore/mc/ServerInfoTest.java
Normal file
20
src/test/java/pw/yumc/YumCore/mc/ServerInfoTest.java
Normal file
@ -0,0 +1,20 @@
|
||||
package pw.yumc.YumCore.mc;
|
||||
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import lombok.val;
|
||||
|
||||
/**
|
||||
* Created with IntelliJ IDEA
|
||||
*
|
||||
* @author 喵♂呜
|
||||
* Created on 2017/9/28 18:50.
|
||||
*/
|
||||
public class ServerInfoTest {
|
||||
@Test
|
||||
public void test() {
|
||||
val info = new ServerInfo("play.i5mc.com");
|
||||
info.fetchData();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user