eclipse / microprofile-config

MicroProfile Configuration Feature
Apache License 2.0
213 stars 115 forks source link

Some Assert parameters are backwards #779

Closed tevans78 closed 1 year ago

tevans78 commented 1 year ago

In TestNG assertions, the actual value comes first, then the expected value (this is the opposite to JUnit).

The example I have found is in DefaultConfigSourceOrdinalTest but I am sure there will be others. Will update this issue when I find them and then do a PR.

https://github.com/eclipse/microprofile-config/blob/08955cc3c7dbd5b125299fec0d1ee404ed8e967a/tck/src/main/java/org/eclipse/microprofile/config/tck/configsources/DefaultConfigSourceOrdinalTest.java#LL89C21-L89C21