Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 773 Bytes

File metadata and controls

29 lines (22 loc) · 773 Bytes

jQAssistant Java Testing Plugin

This is the Java Testing Plugin for jQAssistant. For more information on jQAssistant see https://jqassistant.org.

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