File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
This is a supplementary project that provides integration tests.
4
4
5
5
The 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.
6
+ * ` mavenTest ` depends on the published artifacts and tests artifacts binary content for 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
9
* ` smokeTest ` builds the test project that depends on coroutines.
10
10
11
11
The ` integration-testing ` project is expected to be in a subdirectory of the main ` kotlinx.coroutines ` project.
You can’t perform that action at this time.
0 commit comments