提交 d772b95c 编写于 作者: P pengys5

Unrest

上级 9394c9f3
package com.a.eye.skywalking.collector.worker.config;
import org.junit.Assert;
import org.junit.Test;
/**
* @author pengys5
*/
public class HttpConfigTestCase {
@Test
public void test() {
Assert.assertEquals("", HttpConfig.Http.HOSTNAME);
Assert.assertEquals("", HttpConfig.Http.PORT);
Assert.assertEquals("", HttpConfig.Http.CONTEXTPATH);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册