Skip to content

npryce/okey-doke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

okey-doke

An Approval Testing library for Java and JUnit - like http://approvaltests.sourceforge.net/ but more Java'y and more the SimplestThingThatCouldPossiblyWork. A helping hand for many testing problems.

There are three modes of operation, exemplified by

  1. ApprovalsRuleTest
  • compare current thing with an approved version and fail with a diff if they aren't the same.
  1. QuickCheckTest
  • for easy testing of legacy code.
  1. CommentaryTest
  • for producing approved files with interactions.

I'll get round to publishing to Maven Central eventually, but in the meantime there are relatively up to date jar files here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%