Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 379 Bytes

Pattinuj

Pattinuj is three components to aid TAP integration.

  1. TapFormatter

Takes a list of TapResults and outputs those results formatted as TAP.

  1. TapListener

A JUnit RunListener which collects TapResults and writes them to a provided TapFormatter at the end of the run.

  1. JunitTapCommandLineRunner

A command-line runner set up with a TapListener.