Stuart Marks
Stuart Marks
The concept of the shutdown sequence needs to be specified more clearly. This PR adds text for this into the class specification of `java.lang.Runtime`. Also includes adjustments to related areas...
### TestNG Version The testng-7.5-20210913.194404-31 snapshot, but this also occurs in previous releases including 7.4.0, 7.3.0, and 6.9.5. ### Expected behavior `assertNotEquals(Collection, Collection)` should compare the collections element by element,...
This mostly just adds overrides to the wrapper implementations in java.util.Collections. However, in order to satisfy the test, some overrides are also added to ReverseOrderSortedMapView, which is used by the...