C# Class Cone.Core.ConeMethodClassifierSpec

Show file Open project: drunkcod/Cone

Public Methods

Method Description
Object_methods_are_unintresting ( ) : void
public_niladic_methods_are_tests ( ) : void
public_niladic_methods_returnning_task_are_tests ( ) : void
public_niladic_methods_with_returnvalues_are_not_tests ( ) : void
public_niladic_returning_row_test_data_sequence_is_row_source ( ) : void
public_with_AfterAll_are_after_all ( ) : void
public_with_AfterEach_and_test_result_paramaters_is_after_each_with_result ( ) : void
public_with_AfterEach_are_after_each ( ) : void
public_with_BeforeAll_are_before_all ( ) : void
public_with_BeforeEach_are_before_each ( ) : void
public_with_RowAttribute_are_row_tests ( ) : void

Private Methods

Method Description
Classify ( MethodInfo method ) : Mock
Method ( Expression x ) : MethodInfo

Method Details

Object_methods_are_unintresting() public method

public Object_methods_are_unintresting ( ) : void
return void

public_niladic_methods_are_tests() public method

public public_niladic_methods_are_tests ( ) : void
return void

public_niladic_methods_returnning_task_are_tests() public method

public public_niladic_methods_returnning_task_are_tests ( ) : void
return void

public_niladic_methods_with_returnvalues_are_not_tests() public method

public_niladic_returning_row_test_data_sequence_is_row_source() public method

public_with_AfterAll_are_after_all() public method

public public_with_AfterAll_are_after_all ( ) : void
return void

public_with_AfterEach_and_test_result_paramaters_is_after_each_with_result() public method

public_with_AfterEach_are_after_each() public method

public public_with_AfterEach_are_after_each ( ) : void
return void

public_with_BeforeAll_are_before_all() public method

public public_with_BeforeAll_are_before_all ( ) : void
return void

public_with_BeforeEach_are_before_each() public method

public public_with_BeforeEach_are_before_each ( ) : void
return void

public_with_RowAttribute_are_row_tests() public method

public public_with_RowAttribute_are_row_tests ( ) : void
return void