Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Assert « Language Basics « Java
Java
Language Basics
Assert
1.
A Program with Assertions
2.
Enabling Assertions from the Command Line: -ea and -da enable and disable assertion in a package subtree or in a class.
3.
Handling an Assertion Error
4.
Catch assert exception with message
5.
Assert with an informative message
6.
Non-informative style of assert
7.
Using the class loader to enable assertions
8.
Class for checking syntax and comments for the assert
9.
Assert Util
10.
Assertion utility class that assists in validating arguments.
11.
An assertion utility just for simple checks.