C# 클래스 i18n.Tests.I18NPoFileParserFacts

파일 보기 프로젝트 열기: xianjing/i18n

공개 메소드들

메소드 설명
I18NPoFileParserFacts ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

I18NPoFileParserFacts() 공개 메소드

public I18NPoFileParserFacts ( ) : System
리턴 System