Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
/ recheck-logs Public archive

recheck implementation for log files.

License

Notifications You must be signed in to change notification settings

retest/recheck-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recheck logo for logs

Build Status license PRs welcome code with hearth by retest

recheck for logs. Replace manual asserts and check everything at once.

Features

  • Easy creation and maintenance of checks for logs.
  • Semantic comparison of contents.
  • Easily ignore formatting, volatile elements, attributes or sections.
  • One-click maintenance to update tests with intended changes.
  • No unexpected changes go unnoticed.

Advantages

Instead of manually defining individual aspects that you want to check, check everything at once. So instead of writing lots of assert-statements (and still not have complete checks), write a single re.check. This saves a lot of effort when creating the tests. And makes sure to not miss unexpected changes.

And even better: using the retest GUI (or the soon to come open source CLI), you can easily accept those changes with a single click (patent pending). This also saves a lot of time during maintenance. Any regular changing aspects or elements can easily be ignored.

Usage

Download recheck-logs latest release.

Prerequisites

Currently available as a Java API with support for JUnit 4.

Add any logging facility you want, that is compatible with SLF4j.

License

This project is licensed under the AGPL license.