blob: 8b33c9bcf22e4d84ac33a86d4f38ef230fe8c2dd [file] [log] [blame]
package org.apache.dubbo.proxy;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class DubboProxyApplicationTests {
@Test
public void contextLoads() {
}
}