John Mercier
John Mercier
The user guide should be written in asciidoctor. Figure out how asciidoctor will work for this project and implement it. At the end of this task there should be some...
Add feature to load edges from a file.
This plugin should only allow edges to be added that do not cause cycles.
This applies to directed graphs Options: for given vertex, all scc
Write method that uses edge classification to detect cycles. This will be used to implement the directed a cyclic graph plugin.
It would be nice to generate local reports for per test code coverage. Jacoco supports custom reporting for an execution.
Cobertura provides code coverage metrics for codenarc reports. It may also provide per test coverage.
Would it be possible to add something similary to Subject.isSameAs to the OptionalSubject? In my api I have been switching methods to return Optional and I'm noticing that some of...
Hello. Thanks for this awesome library. It has helped me catch many issues in our xml rendering. I am running into an issue with validation using two xsds with namespaces....
Hello. jedis-mock is awesome! I'm just starting with testing an application and I am stuck. Right now i'm testing an application that subscribes to [notifications](https://redis.io/docs/manual/keyspace-notifications/) when data is added/removed from...