C# Class Tests.Description.MemberConventionTests

Mostra file Open project: mikeobrien/FubuMVC.Swank

Public Methods

Method Description
GetDescription ( string property ) : MemberDescription

Private Methods

Method Description
should_return_array_comments_if_specified ( ) : void
should_return_array_item_comments_if_specified ( ) : void
should_return_array_item_name_if_specified ( [ property ) : void
should_return_comments_if_specified ( [ property ) : void
should_return_custom_name ( [ property ) : void
should_return_default_name ( ) : void
should_return_default_value_if_specified ( ) : void
should_return_deprecated_with_message ( ) : void
should_return_deprecated_without_message ( ) : void
should_return_dictionary_comments_if_specified ( ) : void
should_return_dictionary_key_comments_if_specified ( ) : void
should_return_dictionary_key_name_if_specified ( ) : void
should_return_dictionary_value_comments_if_specified ( ) : void
should_return_hidden_if_specified ( [ property ) : void
should_return_not_deprecated ( ) : void
should_return_null_array_comments_if_not_specified ( [ property ) : void
should_return_null_array_item_comments_if_not_specified ( [ property ) : void
should_return_null_array_item_name_if_not_specified ( ) : void
should_return_null_comments_if_not_specified ( ) : void
should_return_null_default_value_if_not_specified ( ) : void
should_return_null_dictionary_comments_if_not_specified ( [ property ) : void
should_return_null_dictionary_key_comments_if_not_specified ( [ property ) : void
should_return_null_dictionary_key_name_if_not_specified ( [ property ) : void
should_return_null_dictionary_value_comments_if_not_specified ( [ property ) : void
should_return_null_sample_value_if_not_specified ( ) : void
should_return_optional_if_nullable ( ) : void
should_return_optional_if_specified ( ) : void
should_return_required_if_not_specified ( ) : void
should_return_sample_value_if_specified ( ) : void
should_return_visible_if_not_specified ( ) : void

Method Details

GetDescription() public method

public GetDescription ( string property ) : MemberDescription
property string
return MemberDescription