mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-11-05 23:26:01 +00:00
17
src/test/java/pw/yumc/YumCore/bukkit/LogTest.java
Normal file
17
src/test/java/pw/yumc/YumCore/bukkit/LogTest.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package pw.yumc.YumCore.bukkit;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Created with IntelliJ IDEA
|
||||
*
|
||||
* @author 喵♂呜
|
||||
* Created on 2017/8/22 15:16.
|
||||
*/
|
||||
public class LogTest {
|
||||
@Test
|
||||
public void testSimpleNames() {
|
||||
Assert.assertTrue("[LogTest, LogTest, null]".equals(Log.getSimpleNames(this, this.getClass(), null)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user