InternalTestFailureException Class
Definition
InternalTestFailureException class. Used to indicate internal failure for a test case
public class InternalTestFailureException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
type InternalTestFailureException = class
inherit UnitTestAssertException
Public Class InternalTestFailureException
Inherits UnitTestAssertException
- Inheritance
Remarks
This class is only added to preserve source compatibility with the V1 framework.
For all practical purposes either use AssertFailedException/AssertInconclusiveException.
Constructors
InternalTestFailureException() |
Initializes a new instance of the InternalTestFailureException class. |
InternalTestFailureException(String) |
Initializes a new instance of the InternalTestFailureException class. |
InternalTestFailureException(String, Exception) |
Initializes a new instance of the InternalTestFailureException class. |