AFAIK,人们在 Java 中使用三种常见的断言类型,即
- http://docs.oracle.com/javase/1.4.2/docs/guide/lang/assert.html
- http://static.springsource.org/spring/docs/1.2.x/api/org/springframework/util/Assert.html
- http://junit.sourceforge.net/javadoc/org/junit/Assert.html
你能告诉我每个范式的正确用法吗?