tree: c42cbc209596bac8d9cf23133681b50624bcf34a [path history] [tgz]
  1. gradle/
  2. smokeTest/
  3. src/
  4. build.gradle
  5. gradle.properties
  6. gradlew
  7. gradlew.bat
  8. README.md
  9. settings.gradle
integration-testing/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.