testng
testng copied to clipboard
TestNG testing framework
### Did you remember to? - [ ] Add test case(s) - [x] Update `CHANGES.txt` https://github.com/remkop/picocli is the new defacto library for CLI. Even if there is no plan to...
TestNG-Guice integration is helpful, however, there are issues: 1. It is hard to create "global" objects. For instance, if I need to create a `database connection pool` and reuse it...
``` FAILURE 1,3sec, test.factory.issue326.IssueTest > testToCheckParallelExecutionOfInstancesWithOneThreadPerInstance java.lang.AssertionError: Expecting: to be less than or equal to: at test.factory.issue326.IssueTest.testToCheckParallelExecutionOfInstancesWithOneThreadPerInstance(IssueTest.java:29) ``` See https://github.com/cbeust/testng/runs/2752744004?check_suite_focus=true#step:6:498
- [x] Add test case(s) - [x] Update `CHANGES.txt` TODO: - [x] upgrade schema version and remove deprecated - [ ] generate POJO from XSD.
Test cases to reproduce #2560. ### Did you remember to? - [X] Add test case(s) - [ ] Update `CHANGES.txt` We encourage pull requests that: * Add new features to...
New: Allow the same method in one class for more than one time New: Allow the same class in one test for more than one time New: Upgrade to Java...
Resolves cbeust/testng#1622 ### Did you remember to? - [-] Add test case(s) - [x] Update `CHANGES.txt` We encourage pull requests that: * Add new features to TestNG (or) * Fix...
Hi! I've always felt a bit "dirty" creating lots of Object[][] in data providers, and also sometimes wrong types get passed around leading to (somewhat) obscure runtime errors. In this...
Fixes # . ### Did you remember to? - [ ] Add test case(s) - [ ] Update `CHANGES.txt` We encourage pull requests that: * Add new features to TestNG...
Closes #1994 Currently as part of supporting native injection TestNG resorts to invoking the “clone()” method on the parameter being natively injected. This becomes a problem because XmlTest is the...