提交 35708997 编写于 作者: D dingbo

test: java connector

上级 6013c4c0
package com.taos.test; package com.taos.test;
import com.taos.example.*; import com.taos.example.CloudTutorial;
import org.junit.FixMethodOrder; import com.taos.example.ConnectCloudExample;
import org.junit.Test; import org.junit.Test;
import java.sql.*; import java.sql.SQLException;
@FixMethodOrder
public class TestAll { public class TestAll {
private String[] args = new String[]{};
@Test
public void testConnectCloudExample() throws SQLException {
ConnectCloudExample.main(new String[]{});
}
@Test
public void testCloudTutorial() throws SQLException {
CloudTutorial.main(new String[]{});
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册