This commit is contained in:
pengys5 2017-04-26 01:10:53 +08:00
parent 9394c9f319
commit d772b95ce5
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
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);
}
}