blob: 0351b8e1b5c1a63d1b9b65b2401ca6a4106fc2cb [file] [log] [blame]
package com.alibaba.dubbo.test;
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 DubboFeatureTestApplicationTests {
@Test
public void contextLoads() {
}
}