C# 클래스 MiniSharp.Tests.EndToEnd

파일 보기 프로젝트 열기: evanw/minisharp

공개 메소드들

메소드 설명
Check ( string source, string expected ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Check() 공개 정적인 메소드

public static Check ( string source, string expected ) : void
source string
expected string
리턴 void