-
I am trying to use your library with Kotlin.
When not inside a companion object, it complains that the provider method is not static (no such concept in the Kotlin language).
When inside a compa…
-
When I add just one line of code for glide dependency , my app crashes.
implementation 'com.github.bumptech.glide:glide:4.4.0'
When I remove it from gradle and build app , app works fine.
No …
-
when using the DataProviderRunner, the setup order of class setup methods (@BeforeClass) and fields annotated @ClassRule is exchanged.
I.e. the following code
```java
@RunWith(DataProviderRunn…
-
Because of latest commit [Fix ClassNotFound for PHPUnit > v6](https://github.com/Codeception/Verify/commit/8a17273017e23a866df3fa2ad2b4182b7ce354f0)
with included in composer dependency codeception/b…
-
I use JMockit 1.27
Java 1.8.92
And Windows OS
```
public class DummyServiceTest {
private DummyService dummyService = new DummyService();
@Test(expectedExceptions = {RuntimeException.clas…
-
***.avi video is recorded (instead of *.mp4) when RecorderType.FFMPEG is selected (Junit4)****
OS: Windows 10, x64
FFMPEG: 3.3.2 (x64)
@Rule
public VideoRule videoRule = new VideoRule();
…
-
After updating to the latest version of jmockit I noticed that my Pitest run started failing.
I did a bit of research and figured out that the problem has been introduced between r2822 (successful) a…
-
package cukes.runners;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
import utilities.hooks.BaseRunner;
@RunWith(Cucumber.class)
…
-
A lot of pom.xmls still specify versions instead of using dependencyManagement.
Take a look at the output produced by the following command:
find . -name pom.xml | xargs grep version | grep -v ^\./pom…
-
Hello :
junit-dataprovider Support @Before?
how do it.