android13/external/kotlinx.coroutines/integration-testing
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
gradle/wrapper initial 2024-06-22 20:45:49 +08:00
smokeTest initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
gradle.properties initial 2024-06-22 20:45:49 +08:00
gradlew initial 2024-06-22 20:45:49 +08:00
gradlew.bat initial 2024-06-22 20:45:49 +08:00
settings.gradle initial 2024-06-22 20:45:49 +08:00

README.md

Integration tests

This is a supplementary project that provides integration tests.

The tests are the following:

  • MavenPublicationValidator depends on the published artifacts and tests artifacts binary content and absence of atomicfu in the classpath.
  • CoreAgentTest checks that kotlinx-coroutines-core can be run as a Java agent.
  • DebugAgentTest checks that the coroutine debugger can be run as a Java agent.
  • smokeTest builds the test project that depends on coroutines.

The integration-testing project is expected to be in a subdirectory of the main kotlinx.coroutines project.

To run all the available tests: cd integration-testing + ./gradlew check.