C# Class Tests.Extensions.StringExtensionTests

Mostra file Open project: mikeobrien/Bender

Private Methods

Method Description
should_camel_case ( string source, string result ) : void
should_convert_memory_stream_to_byte_array ( ) : void
should_convert_stream_to_string ( ) : void
should_convert_string_to_stream ( ) : void
should_format ( string format, string result ) : void
should_get_article ( string value, string article ) : void
should_indicate_if_string_cast_as_object_is_null_or_empty ( object value ) : void
should_indicate_if_string_is_empty ( ) : void
should_indicate_if_string_is_not_empty ( string value ) : void
should_indicate_if_string_is_not_null_or_empty ( ) : void
should_indicate_if_string_is_null_or_empty ( string value ) : void
should_initial_cap ( string value, string result ) : void
should_remove_new_lines ( ) : void
should_snake_case ( string source, string result, bool lower, string seperator ) : void
should_truncate ( object source, string truncated ) : void