GitHub - jqassistant-plugin/jqassistant-java-testing-plugin

It provides concepts for several Java frameworks that provide testing APIs, e.g.

  • AssertJ

  • Camunda BPMN

  • Mockito

  • Project Reactor

  • XMLUnit

The concepts identify assertion methods and provide to the concept java:AssertMethod. They are activated automatically if the latter concept is used, e.g. by a constraint.

Usage

To be able to use the plugin, it must be declared in the jQAssistant configuration;

.jqassistant.yml

jqassistant:
  plugins:
    - group-id: org.jqassistant.plugin
      artifact-id: jqassistant-java-testing-plugin
      version: 1.0.0