C# Class Mono.Cecil.Tests.TestRunner

Inheritance: IDisposable
Afficher le fichier Open project: jbevain/cecil Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RunTest ( ) : void
TestRunner ( TestCase testCase, TestCaseType type ) : System

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RunTest() public méthode

public RunTest ( ) : void
Résultat void

TestRunner() public méthode

public TestRunner ( TestCase testCase, TestCaseType type ) : System
testCase TestCase
type TestCaseType
Résultat System