Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.55 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.55 KB

Introduction

Tractatus is a library for logic test documentation. Tractatus is one of the most complex philosophical books ever written.

Documentation

If you want to use this library you just need to know these annotations.

Reporting

Simply add the extension to your test classes and see the reports in the tractatus directory in your project root. Currently, reporting Junit 5 extension is experimental so feel free to report any issues.

@ExtendWith(ReportingExtension.class)
class YourTestClass  {

If you want to contribute to this project you can study all of its javadoc here.

Dependency

Maven

<dependency>
  <groupId>com.github.mryf323</groupId>
  <artifactId>tractatus</artifactId>
  <version>1.0.1</version>
</dependency>

Gradle

implementation 'com.github.mryf323:tractatus:1.0.0'