ASSERTION
Assertion
In computer programming, an assertion is a predicate placed in a program to indicate that the developer thinks that the predicate is always true at that place. If an assertion evaluates to false at run-time, an assertion failure results, which typically causes execution to abort.The above text is a snippet from Wikipedia: Assertion (software development)
and as such is available under the Creative Commons Attribution/Share-Alike License.
assertion
Noun
- The act of asserting, or that which is asserted; positive declaration or averment; affirmation; statement asserted; position advanced.
- Maintenance; vindication; as, the assertion of one's rights or prerogatives.
- A statement in a program asserting a condition expected to be true at a particular point, used in debugging.
The above text is a snippet from Wiktionary: assertion
and as such is available under the Creative Commons Attribution/Share-Alike License.