C# Class Xunit.Record

显示文件 Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
Exception ( Assert code ) : Exception

Records any exception which is thrown by the given code.

Method Details

Exception() public static method

Records any exception which is thrown by the given code.
public static Exception ( Assert code ) : Exception
code Assert The code which may thrown an exception.
return System.Exception