-
```
Log4J calls in ScreenshotOnFailureListener.java seem to be interfering with
the UAT logger, ie. writing to the log while the application is
initializing/shutting down. Since this is a TestNG plu…
-
```
Log4J calls in ScreenshotOnFailureListener.java seem to be interfering with
the UAT logger, ie. writing to the log while the application is
initializing/shutting down. Since this is a TestNG plu…
-
It's possible to instruct `maven-surefire-plugin` to exclude some test classes. However, sometimes it's useful to only exclude some of the methods. E.g. there is a fix for `HistogramTest` - https://gi…
-
```
Log4J calls in ScreenshotOnFailureListener.java seem to be interfering with
the UAT logger, ie. writing to the log while the application is
initializing/shutting down. Since this is a TestNG plu…
-
While the total duration is correct (4m), the duration for a child test does not seem to be computed (i.e., 0m):
![image](https://cloud.githubusercontent.com/assets/1872412/15847163/516005ce-2cb6-11e…
-
```
For unit testing.
```
Original issue reported on code.google.com by `crazybob...@gmail.com` on 22 Feb 2007 at 9:37
-
```
Current test cases are limited in support for more than one database type.
Preferably the test cases should be the same but be "fed" with the correct
connection and MyBatis mapping.
Move from J…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_s390x_linux_Nightly_testList_0/389 - [ub20-390-6](https://openj9-jenkins.osuosl.org/computer/ub20-390-6)
testContendedClass…
-
```
Current test cases are limited in support for more than one database type.
Preferably the test cases should be the same but be "fed" with the correct
connection and MyBatis mapping.
Move from J…
-
### TestNG Version
> 7.8.0
### Description ###
If I have a test annotation with the `dependsOnMethods` attribute, and if an exception occurs in `ITestListener.onTestStart`, TestNG is unable to …