Assertions

Assertions are new to Java version 1.4 and have no direct equivalent in C#. However, the .NET class libraries include a superset of the Java assert functionality through the static methods contained in both the System.Diagnostics.Debug and System.Diagnostics.Trace classes. A discussion of the Debug and Trace classes is beyond the scope of this book. Consult the Microsoft .NET documentation for more information.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset