提交 f8b624c3 编写于 作者: wu-sheng's avatar wu-sheng

Add test case about enum config init.

上级 388d2481
......@@ -3,6 +3,8 @@ package com.a.eye.skywalking.api.conf;
import org.junit.Assert;
import org.junit.Test;
import static com.a.eye.skywalking.api.logging.LogLevel.INFO;
/**
* @author wusheng
*/
......@@ -20,5 +22,6 @@ public class SnifferConfigInitializerTest {
Assert.assertNotNull(Config.Logging.FILE_NAME);
Assert.assertNotNull(Config.Logging.MAX_FILE_SIZE);
Assert.assertNotNull(Config.Logging.FILE_NAME);
Assert.assertEquals(INFO, Config.Logging.LEVEL);
}
}
agent.application_code = crmApp
collector.servers = 127.0.0.1:8080
logging.level=info
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册