C# Class MiniSharp.Tests.EndToEnd

ファイルを表示 Open project: evanw/minisharp

Public Methods

Method Description
Check ( string source, string expected ) : void

Private Methods

Method Description
Casting ( ) : void
DerivedClassAfter ( ) : void
DerivedClassAfterGeneric ( ) : void
DerivedClassAfterNested ( ) : void
DerivedClassBefore ( ) : void
DerivedClassBeforeGeneric ( ) : void
DerivedClassBeforeNested ( ) : void
DynamicCasting ( ) : void
ExtensionMethods ( ) : void
NormalClass ( ) : void
NormalClassInsideNamespace ( ) : void
StaticClass ( ) : void
StaticClassInsideNamespace ( ) : void

Method Details

Check() public static method

public static Check ( string source, string expected ) : void
source string
expected string
return void