strangelookingnerd opened a new pull request, #289:
URL: https://github.com/apache/commons-rdf/pull/289

   This PR aims to migrate all tests to JUnit5.
   
   Migration includes:
   
   * Using JUnit5 annotations
   * Using `Assertions` over `Assert`
   * Remove `public` modifiers from test classes and methods
   * Clean up assertions (switching `expected` and `actual`, simplyifing 
assertions...)
   * Trivial code cleanup
   
   I validated my changes using `mvn verify` and noticed that one test failed 
before and after my changes, others pass just fine.
   
   ```
   [ERROR] Failures: 
   [ERROR]   
DatasetJenaTest>AbstractDatasetTest.testStreamDefaultGraphNameByPattern:704 
expected: <null> but was: <<http://example.com/graph1>>
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to