项目作者: 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
创建时间: 2017-07-02T19:16:13Z
项目社区:https://github.com/blaineziegler/assertions

开源协议:

下载


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.