C# Class Cone.Runners.ConeTestMethodSpec

显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
detects_async_method ( ) : void
detects_sync_method ( ) : void
location_ends_with_parameters ( ) : void
location_is_native_method_name ( ) : void

Private Methods

Method Description
TestMethod ( MethodInfo method ) : ConeTestMethod
dissallow_async_void_methods ( ) : void

Method Details

detects_async_method() public method

public detects_async_method ( ) : void
return void

detects_sync_method() public method

public detects_sync_method ( ) : void
return void

location_ends_with_parameters() public method

public location_ends_with_parameters ( ) : void
return void

location_is_native_method_name() public method

public location_is_native_method_name ( ) : void
return void