Skip to content

changxue2022/java-native-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-native-api-test

Test the java native api of iotdb. This project is developed by java, maven and TestNG.

required environment

jdk: >= 1.8 maven: >= 3.8.1

configuration

  1. The iotdb connection(default is localhost):
common/src/resources/config.properties
  1. The iotdb-session dependency: the pom.xml of project
  2. Configure running test cases:
details/src/resources/testng.xml

run

# compile jar
mvn clean package -DskipTests
# run tests and generate html report
mvn surefire-report:report

运行时间大约1个小时

report

After running, here is the reports:

details/target/site/surefire-report.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages