Method | Description | |
---|---|---|
AssertException ( Sdk original ) : System.IO |
Creates an instance of AssertException.
|
Method | Description | |
---|---|---|
Filter ( string stackTrace ) : string |
Removes all lines that occur inside BDDExtensions class and which do not start with a should.
|
public AssertException ( Sdk original ) : System.IO | ||
original | Sdk | /// The exception thrown by the xUnit core. /// |
return | System.IO |