Skip to content

tupilabs/tap4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap4j

Build status

ko-fi

tap4j - Simple implementation of the Test Anything Protocol (TAP) for Java.

tap4j was created in 2010 with the intention of implementing a producer and a consumer for TAP in Java.

1..2
not ok 1 - Something went wrong
  ---
  timestamp: 2012-12-10-20:31:01:021sss
  extensions: 
    files: 
      apache.err.log:
        File-Type: text/plain
        File-Content: <Base64-Encoded>
        File-Size: 685
        File-Name: apache.err.log
  ...
ok 2 # SKIP skipping due to previous errors

Test Anything Protocol

TAP is a test protocol that can be used to report test execution. It has been created with Perl 1, around 1988, and is the main format in Perl. A test harness executes tests and generates TAP, in the same way that a test harness can execute tests and generate other formats such as TestNG, JUnit or SubUnit.

TAP can be extended, what is not true with TestNG and JUnit. There is a specification for the protocol where, by using YAML(ish), you can include extra information about your tests, such as attachments.

Projects using tap4j

Build status

Build Status

Authors and licensing

See AUTHORS or pom.xml for information regarding the authors and LICENSE or pom.xml for Licensing.