Browse Source
There are two types of Gradle tests: * integration tests (:compose:testGradle-<GRADLE_VERSION>); * unit tests (:compose:test); There is a custom test name generator (GradleTestNameGenerator), which prints current version of Gradle for integration tests. During unit tests execution, GradleTestNameGenerator failed with NPE, because the 'gradle.version.for.tests' system property was not set. NPE did not crash the test suite, but it was printed to stderr.pull/1037/head
Alexey Tsvetkov
3 years ago
committed by
GitHub
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue