项目作者: blaineziegler
项目描述 :
A collection of static methods to conveniently assert your assumptions and throw exceptions when they don't hold
高级语言: Java
项目地址: git://github.com/blaineziegler/assertions.git
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.