[GRADLE-3114] JUnit integration unnecessarily eagerly initializes classes Created: 30/Jun/14 Updated: 05/Aug/14 Resolved: 05/Aug/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.1-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Description |
Currently, the test class is initialized before it is needed, which notably breaks integration with Roboelectric. |