Skip to content

Add an Android project integration test #27

Add an Android project integration test

Add an Android project integration test #27

GitHub Actions / JUnit succeeded Oct 1, 2023 in 0s

14 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml 2✔️ 685ms
core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml 6✔️ 1s
plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml 5✔️ 147s
tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml 1✔️ 658ms

✔️ animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.sniffer.DeserializerTest 2✔️ 685ms

✔️ com.toasttab.expediter.sniffer.DeserializerTest

✔️ deserialize array()
✔️ deserialize set()

✔️ core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.types.JvmTypeProviderTest 6✔️ 1s

✔️ com.toasttab.expediter.types.JvmTypeProviderTest

✔️ java 9 has no List#copyOf()
✔️ java 10 has List#copyOf()
✔️ java 10 has no HttpClient()
✔️ java 8 has no Files#readString()
✔️ java 11 has HttpClient()
✔️ java 11 has Files#readString()

✔️ plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml

5 tests were completed in 147s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest 5✔️ 147s

✔️ com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest

✔️ cross library(TestProject)
✔️ android compat(TestProject)
✔️ jvm compat(TestProject)
✔️ multimodule(TestProject)
✔️ android lib(TestProject)

✔️ tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml

1 tests were completed in 658ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.toasttab.expediter.test.ExpediterIntegrationTest 1✔️ 658ms

✔️ com.toasttab.expediter.test.ExpediterIntegrationTest

✔️ integrate()