修复部分包名、类名,提高可读性
This commit is contained in:
parent
d393e92e2f
commit
75b3e154e2
|
|
@ -3,8 +3,9 @@ package test.ai.cloud.assertspandata;
|
|||
import com.ai.cloud.skywalking.buffer.ContextBuffer;
|
||||
import com.ai.cloud.skywalking.conf.Config;
|
||||
import com.ai.cloud.skywalking.protocol.Span;
|
||||
import com.ai.skywalking.testframework.api.TraceTreeAssert;
|
||||
|
||||
import org.junit.Test;
|
||||
import test.com.ai.skywalking.test.api.TraceTreeAssert;
|
||||
|
||||
/**
|
||||
* Created by xin on 16-6-6.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package com.ai.cloud.skywalking.agent.test;
|
||||
|
||||
import test.com.ai.skywalking.reflect.api.TraceTreeAssert;
|
||||
import com.ai.skywalking.testframework.api.TraceTreeAssert;
|
||||
|
||||
public class RedisPluginTest {
|
||||
public static void main(String[] args) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package test.com.ai.skywalking.test.api;
|
||||
package com.ai.skywalking.testframework.api;
|
||||
|
||||
import com.ai.cloud.skywalking.protocol.Span;
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
package test.com.ai.skywalking.test.api;
|
||||
package com.ai.skywalking.testframework.api;
|
||||
|
||||
import com.ai.cloud.skywalking.protocol.Span;
|
||||
import test.com.ai.skywalking.test.api.config.Config;
|
||||
import com.ai.skywalking.testframework.api.config.Config;
|
||||
|
||||
import java.lang.reflect.Field;
|
||||
import java.util.ArrayList;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package test.com.ai.skywalking.test.api.config;
|
||||
package com.ai.skywalking.testframework.api.config;
|
||||
|
||||
public class Config {
|
||||
|
||||
Loading…
Reference in New Issue