C# Класс Veil.VeilEngineTests

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]