C# Class Xunit.DiaSessionWrapper

Inheritance: IDisposable
ファイルを表示 Open project: xunit/xunit Class Usage Examples

Public Methods

Method Description
DiaSessionWrapper ( string assemblyFilename ) : System
Dispose ( ) : void
GetNavigationData ( string typeName, string methodName ) : Xunit.DiaNavigationData

Method Details

DiaSessionWrapper() public method

public DiaSessionWrapper ( string assemblyFilename ) : System
assemblyFilename string
return System

Dispose() public method

public Dispose ( ) : void
return void

GetNavigationData() public method

public GetNavigationData ( string typeName, string methodName ) : Xunit.DiaNavigationData
typeName string
methodName string
return Xunit.DiaNavigationData