eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
141 stars 71 forks source link

TCK uses some JUnit imports - should be using TestNG #317

Closed andymc12 closed 3 years ago

andymc12 commented 3 years ago

The ClientReuseTest and a few of the SSL tests import org.junit.Assert. These should be org.testng.Assert instead.