C# Class Tests.Nodes.JsonNodeTests

Mostrar archivo Open project: mikeobrien/Bender

Private Methods

Method Description
should_add_named_fields_to_arrays ( ) : void
should_add_named_fields_to_objects ( ) : void
should_add_named_node ( ) : void
should_add_node ( ) : void
should_add_unamed_fields_to_arrays ( ) : void
should_be_field_type_when_field ( NodeType nodeType ) : void
should_be_named_if_parent_is_object ( ) : void
should_be_own_type_when_array_item ( NodeType nodeType, string type ) : void
should_be_own_type_when_root ( NodeType nodeType, string type ) : void
should_create_empty_root_array ( ) : void
should_create_empty_root_object ( ) : void
should_fail_on_missing_token ( ) : void
should_fail_on_unclosed_nested_array ( ) : void
should_fail_on_unclosed_outer_object ( ) : void
should_fail_to_add_unamed_fields_to_objects ( ) : void
should_get_array_array_value ( ) : void
should_get_array_bool_value ( ) : void
should_get_array_null_value ( ) : void
should_get_array_number_value ( ) : void
should_get_array_object_value ( ) : void
should_get_array_string_value ( ) : void
should_get_field_array_value ( ) : void
should_get_field_bool_value ( ) : void
should_get_field_name ( ) : void
should_get_field_null_value ( ) : void
should_get_field_number_value ( ) : void
should_get_field_object_value ( ) : void
should_get_field_string_value ( ) : void
should_get_multiple_array_items ( ) : void
should_get_multiple_fields ( ) : void
should_get_node_by_name ( ) : void
should_insert_json_node ( ) : void
should_not_be_named_if_doesnt_have_a_parent ( ) : void
should_not_be_named_if_parent_is_array ( ) : void
should_read_array_items_with_whitespace ( ) : void
should_read_empty_root_array ( ) : void
should_read_empty_root_object ( ) : void
should_read_fields_with_whitespace ( ) : void
should_return_null_when_there_is_no_match ( ) : void
should_return_path ( ) : void
should_save_with_whitespace ( ) : void
should_set_array_array_value ( ) : void
should_set_array_bool_value ( ) : void
should_set_array_null_value ( ) : void
should_set_array_number_value ( ) : void
should_set_array_object_value ( ) : void
should_set_array_string_value ( ) : void
should_set_field_array_value ( ) : void
should_set_field_bool_value ( ) : void
should_set_field_name ( ) : void
should_set_field_null_value ( ) : void
should_set_field_number_value ( ) : void
should_set_field_object_value ( ) : void
should_set_field_string_value ( ) : void
should_set_node_type ( ) : void