C# Class Cone.Runners.ConeTestMethodSpec

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
detects_async_method ( ) : void
detects_sync_method ( ) : void
location_ends_with_parameters ( ) : void
location_is_native_method_name ( ) : void

Private Methods

Méthode Description
TestMethod ( MethodInfo method ) : ConeTestMethod
dissallow_async_void_methods ( ) : void

Method Details

detects_async_method() public méthode

public detects_async_method ( ) : void
Résultat void

detects_sync_method() public méthode

public detects_sync_method ( ) : void
Résultat void

location_ends_with_parameters() public méthode

public location_ends_with_parameters ( ) : void
Résultat void

location_is_native_method_name() public méthode

public location_is_native_method_name ( ) : void
Résultat void