xUnit.net
|
Exception thrown when a collection is unexpectedly not empty. More...
Public Member Functions | |
EmptyException (IEnumerable collection) | |
Creates a new instance of the EmptyException class. More... | |
Public Member Functions inherited from Xunit.Sdk.XunitException | |
XunitException () | |
Initializes a new instance of the XunitException class. More... | |
XunitException (string userMessage) | |
Initializes a new instance of the XunitException class. More... | |
override string | ToString () |
Properties | |
IEnumerable | Collection [get] |
The collection that failed the test. More... | |
override string | Message [get] |
Properties inherited from Xunit.Sdk.XunitException | |
override string?? | StackTrace [get] |
Gets a string representation of the frames on the call stack at the time the current exception was thrown. More... | |
string | UserMessage [get, protected set] |
Gets the user message More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Xunit.Sdk.XunitException | |
XunitException (string userMessage, Exception innerException) | |
Initializes a new instance of the XunitException class. More... | |
XunitException (string userMessage, string stackTrace) | |
Initializes a new instance of the XunitException class. More... | |
Exception thrown when a collection is unexpectedly not empty.
|
inline |
Creates a new instance of the EmptyException class.
|
get |
The collection that failed the test.