私の知る限り、人々がJavaで使用する3つの一般的なタイプのアサートがあります.
- 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
それぞれのパラダイムの正しい使い方を教えてください。