Re: Parameterized test not compiling

2019-10-15 Thread Jeanette Winzenburg
Zitat von Jeanette Winzenburg : okay, probably found the reason: dependencies { testCompile group: "junit", name: "junit", version: "4.8.2" if (BUILD_CLOSED && DO_JCOV) { testCompile name: "jcov" } } the version is too old, name parameter was

Parameterized test not compiling

2019-10-14 Thread Jeanette Winzenburg
compiles fine in Eclipse, throws when compiling in cygwin with gradle :controls:test The test class (excerpt): @RunWith(Parameterized.class) public abstract class DefaultCancelButtonTest { private ButtonType buttonType; private boolean consume; private boolean