Skip to content

elleuca/codemotion-magazine-property-testing-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property-based Testing Demo for Codemotion Magazine

Reference code for article series on Codemotion Magazine about property-based testing.

Content

  • package me.elleuca.part1 - introduction, simple unit test
  • package me.elleuca.part2 - simple property-based tests
  • package me.elleuca.part3 - property-based test with generators