You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/07 15:19:01 UTC

[GitHub] [camel-kafka-connector] mureinik opened a new pull request #533: Clean up usages of org.junit.Assert

mureinik opened a new pull request #533:
URL: https://github.com/apache/camel-kafka-connector/pull/533


   The project standard is to use `org.junit.jupiter.api.Assertions` for assertions, but there are several instances where the older `org.junit.Assert` is used, in what seems to be an oversight.
   
   This patch cleans up those usages, and standardizes them to use `org.junit.jupiter.api.Assertions`, like the rest of the project.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on pull request #533: Clean up usages of org.junit.Assert

Posted by GitBox <gi...@apache.org>.
oscerd commented on pull request #533:
URL: https://github.com/apache/camel-kafka-connector/pull/533#issuecomment-705009109


   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske merged pull request #533: Clean up usages of org.junit.Assert

Posted by GitBox <gi...@apache.org>.
orpiske merged pull request #533:
URL: https://github.com/apache/camel-kafka-connector/pull/533


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org