Skip to content

ulfricarchive/LEGACY-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verify

Java assertions framework for tests

Usage:

All verifications are created through Verify.that(), passing a variable / runnable / supplier / etc.

On the returned type, a verification can be executed, for example is not null: Verify.that(fooVariable).isNotNull(); If the verification fails, an VerifcationException will be thrown.

About

Java assertions framework for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages