We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a46ff3 + 5652a86 commit b6d496aCopy full SHA for b6d496a
src/test/java/org/junit/tests/experimental/theories/runner/WithParameterSupplier.java
@@ -159,7 +159,7 @@ public void theory(@ParametersSuppliedBy(SupplierWithTestClassConstructor.class)
159
160
@Test
161
public void shouldAcceptSuppliersWithTestClassConstructor() throws Exception {
162
- new Theories(TestClassUsingSupplierWithTestClassConstructor.class);
+ Theories unused = new Theories(TestClassUsingSupplierWithTestClassConstructor.class);
163
}
164
165
0 commit comments