Skip to content

A collection of static methods to conveniently assert your assumptions and throw exceptions when they don't hold

Notifications You must be signed in to change notification settings

blaineziegler/assertions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Assertions provides static methods for asserting system state and failing fast if the assertions do not hold. Google Guava's Preconditions and Verify classes also provide this type of functionality, but Assertions offers more.

About

A collection of static methods to conveniently assert your assumptions and throw exceptions when they don't hold

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages