Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Junit5 support #22

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Merge branch 'main' into junit5-support

0205564
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Junit5 support #22

Merge branch 'main' into junit5-support
0205564
Select commit
Loading
Failed to load commit list.
GitHub Actions / openmaqs-database Test Results succeeded Jan 17, 2024 in 0s

39 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.BaseDatabaseTestUnitTest.xml 3✔️ 647ms
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.ConnectionFactoryUnitTest.xml 4✔️ 651ms
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.constants.DataProviderTypeUnitTest.xml 4✔️ 43ms
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseConfigUnitTest.xml 9✔️ 2s
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseDriverUnitTest.xml 9✔️ 3s
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseTestObjectUnitTest.xml 6✔️ 14s
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.providers.SQLiteProviderUnitTest.xml 2✔️ 63ms
openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.providers.SQLProviderTest.xml 2✔️ 17ms

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.BaseDatabaseTestUnitTest.xml

3 tests were completed in 647ms with 3 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.ConnectionFactoryUnitTest.xml

4 tests were completed in 651ms with 4 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.constants.DataProviderTypeUnitTest.xml

4 tests were completed in 43ms with 4 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseConfigUnitTest.xml

9 tests were completed in 2s with 9 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseDriverUnitTest.xml

9 tests were completed in 3s with 9 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.DatabaseTestObjectUnitTest.xml

6 tests were completed in 14s with 6 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.providers.SQLiteProviderUnitTest.xml

2 tests were completed in 63ms with 2 passed, 0 failed and 0 skipped.

✔️ openmaqs-database/target/surefire-reports/junitreports/TEST-io.github.openmaqs.database.providers.SQLProviderTest.xml

2 tests were completed in 17ms with 2 passed, 0 failed and 0 skipped.