Exceptions - HervisDaubeny/HDUnitTesting GitHub Wiki

HDUnit.Exceptions


Type HDUnit.Exceptions.HDAssertFailedException

Exception thrown when HDAssert method fails.


Property HDUnit.Exceptions.HDAssertFailedException.Errors

Error dictionary for extended collection of wrong data.


Method HDUnit.Exceptions.HDAssertFailedException.#ctor

Exception thrown when HDAssert method fails.


Method HDUnit.Exceptions.HDAssertFailedException.#ctor(System.String)

Exception thrown when HDAssert method fails.

Name Description
Message: Exception message

Method HDUnit.Exceptions.HDAssertFailedException.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String[]})

Exception thrown when HDAssert method fails.

Name Description
Message: Exception message
Errors: Collection of errors encountered during test

Method HDUnit.Exceptions.HDAssertFailedException.#ctor(System.String,System.Exception)

Exception thrown when HDAssert method fails.

Name Description
Message: Exception message
Inner: The exception that occurred during test

Type HDUnit.Exceptions.HDRootException

Abstract exception. Allows me to group all my custom exceptions due to inheritance.