C# Class Mono.Cecil.Tests.TestRunner

Inheritance: IDisposable
Mostra file Open project: jbevain/cecil Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RunTest ( ) : void
TestRunner ( TestCase testCase, TestCaseType type ) : System

Private Methods

Method Description
GetAssemblyResolver ( ) : IAssemblyResolver
GetModule ( ) : ModuleDefinition
GetSymbolReaderProvider ( ) : ISymbolReaderProvider
GetSymbolWriterProvider ( ) : ISymbolWriterProvider
RoundTrip ( string location, ReaderParameters reader_parameters, string folder ) : ModuleDefinition

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RunTest() public method

public RunTest ( ) : void
return void

TestRunner() public method

public TestRunner ( TestCase testCase, TestCaseType type ) : System
testCase TestCase
type TestCaseType
return System