C# Class CompiledHandlebars.CompilerTests.HelperTests

Inheritance: CompilerTestBase
Show file Open project: Noxum/CompiledHandlebars Class Usage Examples

Private Methods

Method Description
BaseAsParameterTest ( ) : void
BasicHelperTest ( ) : void
BoolToYesNo ( bool input ) : string
ConcatStrings ( IEnumerable values ) : string
EmitCelestialBodyName ( CelestialBodyModel celestialBody ) : string
EmitPlanetName ( PlanetModel planet ) : string
HelperTests ( ) : CompiledHandlebars.CompilerTests.Helper
ImplicitThisParameterTest ( ) : void
IndexPlusOne ( int index ) : string
InterfaceAsParameterTest ( ) : void
IsMoonOf ( MarsModel mars, MoonModel moon ) : string
LiteralParameterTest ( ) : void
MarsHelper ( MarsModel mars ) : string
MultipleParametersHelperTest ( ) : void
ReturnShorter ( string a, string b ) : string
SpecialParametersHelperTest ( ) : void
ToLower ( string input ) : string
ToUpper ( string input ) : string
UnencodedResultTest ( ) : void