-
Hi there,
in our security tests, there are several methods that look like this:
```
@Test
@DataProvider({
ENABLED_QUOTATION_AND_STARTED_ENDED_PUBLISHED_RFQ,
ENABLED_Q…
-
This is a follow up issue to #47.
The bug described above is now fixed with commit 4c7f43f. Can you please describe your use case such that I can decide if it is worth to fix the filtering of tests f…
-
If I run two tests with the same dataprovider (in this case with 5 elements) and mark one of them incomplete, the output is sg. like this:
PHPUnit 3.7.27 by Sebastian Bergmann.
.....IIIII
Time: 263 m…
-
see discussion in #158
-
Hi there,
a small question/improvement suggestion: it should be possible to override com.tngtech.java.junit.dataprovider.internal.convert.StringConverter, to be more precise the private Object convert…
-
Hi there,
some other feedback from our developers that is worth sharing with you.
In comparison to a JGiven based test to a non JGiven based test, the stack trace is inflated due to the proxy interc…
-
Running in IntelliJ only `testMethod` works fine, while running `testMethodFailing` triggers
`java.lang.Exception: No tests found matching Method testMethodFailing(net.spacecamel.junitdataprovider.MyT…
-
_From [tomeenub...@gmail.com](https://code.google.com/u/109572088934671523765/) on October 18, 2012 03:23:26_
What steps will reproduce the problem? 1.I am trying to implement data driven framework(u…
renas updated
9 years ago
-
Since the latest update of IntelliJ (13.1.2), I can no longer execute a single test within a class.
Example:
``` java
import org.junit.Test;
import org.junit.runner.RunWith;
import com.tngtech.jav…
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…