C# 클래스 Veil.VeilEngineTests

파일 보기 프로젝트 열기: namics/TerrificNet

공개 메소드들

메소드 설명
HandlebarsTemplates ( ) : object[]
SuperSimpleTemplates ( ) : object[]

비공개 메소드들

메소드 설명
Compile ( string template, string parserKey ) : ViewModel>.Action
CompileLateBound ( string template, string parserKey ) : object>.Action
CompileNonGeneric ( string template, string parserKey ) : object>.Action
Execute ( ViewModel>.Action view, ViewModel model ) : string
RegisterHandlebarsTemplates ( ) : void
RegisterSuperSimpleTemplates ( ) : void
SetUp ( ) : void
Should_render_handlebars_template ( string template, string expectedResult ) : void
Should_render_handlebars_template_latebound ( string template, string expectedResult ) : void
Should_render_handlebars_template_nongeneric ( string template, string expectedResult ) : void
Should_render_supersimple_template ( string template, string expectedResult ) : void
Should_render_supersimple_template_latebound ( string template, string expectedResult ) : void
Should_render_supersimple_template_nongeneric ( string template, string expectedResult ) : void
Should_throw_if_attempt_to_use_partials_without_veilcontext ( ) : void
Should_work_with_no_veilcontext ( ) : void

메소드 상세

HandlebarsTemplates() 공개 메소드

public HandlebarsTemplates ( ) : object[]
리턴 object[]

SuperSimpleTemplates() 공개 메소드

public SuperSimpleTemplates ( ) : object[]
리턴 object[]