Skip to content

mryf323/tractatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A library for logic test documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors