We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Assert that an Exception should be thrown by the anonymous function. Useful for negative assertions such as testing that something is not present.
Exception
// Page has no errors I.Assert.Throws(() => I.Assert.Exists(".error"));
// TODO - Visual Basic Code Sample
There was an error while loading. Please reload this page.