Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc-3
-
Fix Version/s: 1.2-rc-1
Description
I'm running my TestNG tests off of Gradle and I've been trying to use the xml suite properties to use my xml with Gradle. However every time I try to run the suite API Gradle fails and gives me a stacktrace saying Method Missing
test{
useTestNG()
//other properties
options {
suites(file('headless.xml'))
}
}
The stack cause:
Caused by: java.lang.StackOverflowError
at org.gradle.api.tasks.testing.testng.TestNGOptions.methodMissing(TestNGOptions.groovy:204)
Issue Links
- Duplicates
-
GRADLE-2307
Configuration of TestNG options causes Stackoverflow when trying to use project / task properties.
-
Activity
René Gröschke
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue Duplicates |
Adam Murdoch
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.2-rc-1 [ 10562 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Luke Daley
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Workflow | jira with pivotal tracker [ 15871 ] | jira with pivotal tracker (no resolved, only closed) [ 18234 ] |
Luke Daley
made changes -
| Status | Closed [ 6 ] | Resolved [ 5 ] |
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 18234 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 20845 ] |