C# Class i18n.Tests.I18NPoFileParserFacts

Mostra file Open project: xianjing/i18n

Public Methods

Method Description
I18NPoFileParserFacts ( ) : System

Private Methods

Method Description
CreatePoFile ( string path, string content ) : void
Dispose ( string path ) : void
VerifyResult ( I18NMessage expectedI18NMessages, IList result ) : void
should_parse_pofile_with_escape_characters ( ) : void
should_parse_translation_key_in_multiple_line ( ) : void
should_return_correct_msgid_and_msgstr_when_parse_po_file_with_translation ( ) : void
should_return_correct_result_when_parse_multiple_translation_block_with_blank_line_inside ( ) : void

Method Details

I18NPoFileParserFacts() public method

public I18NPoFileParserFacts ( ) : System
return System