C# Class Lesson1.BaseFizzBuzzModificationFixture

Inheritance: BasePEVerifyFixture
ファイルを表示 Open project: philiplaureano/Cecil.Tutorials

Protected Methods

Method Description
ModifyTargetMethod ( Mono.Cecil.MethodDefinition targetMethod ) : void
Run ( Action modifyTargetMethod ) : void

Private Methods

Method Description
ExecuteModifiedAssembly ( AssemblyDefinition targetAssembly ) : void
RunTest ( ) : void

Method Details

ModifyTargetMethod() protected abstract method

protected abstract ModifyTargetMethod ( Mono.Cecil.MethodDefinition targetMethod ) : void
targetMethod Mono.Cecil.MethodDefinition
return void

Run() protected method

protected Run ( Action modifyTargetMethod ) : void
modifyTargetMethod Action
return void