Migrate from TestFactory to ParameterizedTest - #2188
Merged
Conversation
Goooler
force-pushed
the
g/20260813/ParameterizedTest
branch
from
August 13, 2026 11:31
a9ebba9 to
74a5556
Compare
Goooler
force-pushed
the
g/20260813/ParameterizedTest
branch
from
August 14, 2026 04:07
9049fa1 to
876a4aa
Compare
```
java.lang.AssertionError: The error line in the doc is near file:///Users/goooler/IdeaProjects/shadow/docs/application-plugin/README.md:12
--- Snippet ---
plugins {
application
id("com.gradleup.shadow")
}
application {
mainClass1 = "myapp.Main"
}
--- Gradle Build Output ---
Isolated Projects is an incubating feature.
Calculating task graph as no cached configuration is available for tasks: build
Type-safe project accessors is an incubating feature.
> Configure project :main
e: file:///private/var/folders/ry/cppncsdj3rd634f18p7m2n000000gn/T/junit-12149518669313810440/main/build.gradle.kts:7:3: Unresolved reference 'mainClass1'.
FAILURE: Build failed with an exception.
* Where:
Build file '/private/var/folders/ry/cppncsdj3rd634f18p7m2n000000gn/T/junit-12149518669313810440/main/build.gradle.kts' line: 7
* What went wrong:
Script compilation error:
Line 7: mainClass1 = "myapp.Main"
^ Unresolved reference 'mainClass1'.
1 error
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
```
Member
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.