C# Class Tests.Extensions.ExpressionExtensionsTests

Mostra file Open project: sapiens/cavemantools

Public Methods

Method Description
ExpressionExtensionsTests ( ) : System
get_value_for_property_returned_by_method1 ( ) : void

Protected Methods

Method Description
Write ( string format ) : void

Private Methods

Method Description
FactMethodName ( ) : void
Id ( ) : string
Id ( int d ) : string
TestId ( ) : Test
belongs_to_parameter_operand ( ) : void
complex_member_belongs_to_paramater ( ) : void
expression_with_anonymous_object ( ) : void
expression_with_init_array ( ) : void
expression_with_initializer ( ) : void
get_value_for_field ( ) : void
get_value_for_member_init ( ) : void
get_value_for_method_call_with_argument ( ) : void
get_value_for_methoid_call ( ) : void
get_value_for_property ( ) : void
get_value_for_property_returned_by_method ( ) : void
get_value_for_property_returning_from_method_call ( ) : void
get_value_from_array_index ( ) : void
get_value_from_property_index ( ) : void
init_nullable_member_of_object ( ) : void
member_belongs_to_paramater ( ) : void
member_belongs_to_paramater_of_type ( ) : void
member_doesnt_belong_to_paramater_of_type ( ) : void
member_is_parameter ( ) : void
method_belongs_to_parameter ( ) : void
parameter_is_argument_of_method_call ( ) : void

Method Details

ExpressionExtensionsTests() public method

public ExpressionExtensionsTests ( ) : System
return System

Write() protected method

protected Write ( string format ) : void
format string
return void

get_value_for_property_returned_by_method1() public method

public get_value_for_property_returned_by_method1 ( ) : void
return void