Skip to content

A collection of components to integrate TAP reporting with JUnit in a very lightweight way

Notifications You must be signed in to change notification settings

LMAX-Exchange/pattinuj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of components to integrate TAP reporting with JUnit in a very lightweight way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages