Network, Computer and Programming Resources
Visual basic - Assertion
A device either provided by the programming environment or implemented by the programmer to test the validity of assumptions in a program. In VB, the Debug.Assert method provides built-in assertion capability.