Skip to content

kevvlvl/prop-testing-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property-based Testing

Using the framework jqwik, I wrote a few tests here

  1. Validate with randomly generated integers that the sum of two integers is correct
  2. Validate with randomly generated boundaries that the sum of all prime numbers in between that range are correct
  3. And Validate that there is a bug (purposely introduced) using the same test as point 2

To run the tests

gradle clean test --info

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages