You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| gradle/wrapper | 1 year ago | |
| smokeTest | 1 year ago | |
| src | 1 year ago | |
| README.md | 1 year ago | |
| build.gradle | 1 year ago | |
| gradle.properties | 1 year ago | |
| gradlew | 1 year ago | |
| gradlew.bat | 1 year ago | |
| settings.gradle | 1 year ago | |
README.md
Integration tests
This is a supplementary project that provides integration tests.
The tests are the following:
mavenTestdepends on the published artifacts and tests artifacts binary content for absence of atomicfu in the classpath.jvmCoreTestmiscellaneous tests that check the behaviour ofkotlinx-coroutines-coredependency in a smoke manner.coreAgentTestchecks thatkotlinx-coroutines-corecan be run as a Java agent.debugAgentTestchecks that the coroutine debugger can be run as a Java agent.debugDynamicAgentTestchecks thatkotlinx-coroutines-debugagent can self-attach dynamically to JVM as a standalone dependency.smokeTestbuilds the multiplatform 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: ./gradlew publishToMavenLocal + cd integration-testing + ./gradlew check.