-
The documentation says that
• parallel="instances": TestNG will run all the methods in the same instance in the same thread, but two methods on two different instances will be running in different th…
-
Hi, could you provide some example using guice and testng?
I want to run tests in parallel
I used to use this method:
```
private static ThreadLocal instances = new ThreadLocal();
```
In tha…
-
{"data":[{"id":390,"host_ids":[11]},{"id":391,"host_ids":[15]}]}这个返回怎么用python取出host_ids
-
EDIT: Updated based on discussions below
The language server should support CQL unit tests. The first step is to define what a unit test looks like in CQL. We propose adding support for some `@tags…
-
LanguageDataGen creates random languages for tests, it is random only to 4 different a-z chars e.g. en-us.
There is some logic to prevent certain known codes to be tried but DeterministicIdentifie…
-
I compared 1.5.1 to 1.5.0 and it seems the only function change is this https://github.com/mockery/mockery/pull/1180
I'm getting "This test did not perform any assertions" for tests that contain `-…
-
I configured CPD for my multi-project Gradle 6.5.1 project. Some of these sub-projects make use of the java-test-fixtures plugin, which allows me to put Java files into `src/testFixtures/java`. Despit…
-
The data-driven tests are useful whenever the same test should be executed with different data.
In testing this is a common task and therefore has to be migrated to JUnit Jupiter.
As JUnit Team writ…
-
trigger a gradle build on each push or PR
* ideally run for several java versions (Java 8 ... 14)
Example:
https://github.com/TNG/junit-dataprovider/blob/master/.github/workflows/gradle.yml
-
## Overview
**Bug report.**
The combination of rerunFailingTestsCount=3 of the maven surefire plugin with the TestNG junit dataprovider did not fail the test, instead it's just marked as flaky…