C# Class Mono.Debugger.Tests.TestMethodLookup

显示文件 Open project: baulig/debugger

Public Methods

Method Description
TestMethodLookup ( ) : System

Protected Methods

Method Description
AssertListAndBreak ( string method ) : void
AssertListAndBreakAmbiguous ( string method ) : void
AssertListAndBreakAmbiguous ( string method, string name ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

AssertListAndBreak() protected method

protected AssertListAndBreak ( string method ) : void
method string
return void

AssertListAndBreakAmbiguous() protected method

protected AssertListAndBreakAmbiguous ( string method ) : void
method string
return void

AssertListAndBreakAmbiguous() protected method

protected AssertListAndBreakAmbiguous ( string method, string name ) : void
method string
name string
return void

TestMethodLookup() public method

public TestMethodLookup ( ) : System
return System