C# Class MiniSharp.Tests.EndToEnd

Afficher le fichier Open project: evanw/minisharp

Méthodes publiques

Méthode Description
Check ( string source, string expected ) : void

Private Methods

Méthode 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 méthode

public static Check ( string source, string expected ) : void
source string
expected string
Résultat void