• Home
Name Date Size #Lines LOC

..--

gradle/wrapper/03-May-2024-65

smokeTest/03-May-2024-6856

src/03-May-2024-267181

README.mdD03-May-2024682 149

build.gradleD03-May-20244.4 KiB134112

gradle.propertiesD03-May-202484 53

gradlewD03-May-20247.9 KiB23598

gradlew.batD03-May-20242.6 KiB9068

settings.gradleD03-May-2024515 2016

README.md

1# Integration tests
2
3This is a supplementary project that provides integration tests.
4
5The tests are the following:
6* `MavenPublicationValidator` depends on the published artifacts and tests artifacts binary content and absence of atomicfu in the classpath.
7* `CoreAgentTest` checks that `kotlinx-coroutines-core` can be run as a Java agent.
8* `DebugAgentTest` checks that the coroutine debugger can be run as a Java agent.
9* `smokeTest` builds the test project that depends on coroutines.
10
11The `integration-testing` project is expected to be in a subdirectory of the main `kotlinx.coroutines` project.
12
13To run all the available tests: `cd integration-testing` + `./gradlew check`.
14