assertion
A statement that something should be true. In xUnit-style Test Automation Frameworks, this is realized as an Assertion Method that fails when the actual outcome passed to it does not match the expected outcome.
Copyright © 2003-2008 Gerard Meszaros all rights reserved