Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 237 Bytes

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.