File tree Expand file tree Collapse file tree
ObjectSemantics.NET.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ public void Should_Act_On_IfCondition_Having_ElseIf_MultiLine_String_EquallsNull
574574--ok-passed--
575575{{ else-if }}
576576--error-failed--
577- {{ if-end:Balance }}"
577+ {{ if-end:StudentName }}"
578578 } ;
579579 string generatedTemplate = TemplateMapper . Map ( student , template ) ;
580580 string expectedResult = string . IsNullOrEmpty ( studentName ) ? "\r \n \r \n --ok-passed--\r \n " : "\r \n \r \n --error-failed--\r \n " ;
@@ -597,7 +597,7 @@ public void Should_Act_On_IfCondition_Having_ElseIf_MultiLine_String_NotEquallsN
597597--ok-passed--
598598{{ else-if }}
599599--error-failed--
600- {{ if-end:Balance }}"
600+ {{ if-end:StudentName }}"
601601 } ;
602602 string generatedTemplate = TemplateMapper . Map ( student , template ) ;
603603 string expectedResult = ( ! string . IsNullOrEmpty ( studentName ) ) ? "\r \n \r \n --ok-passed--\r \n " : "\r \n \r \n --error-failed--\r \n " ;
@@ -622,7 +622,7 @@ public void Should_Act_On_IfCondition_Having_ElseIf_MultiLine_String_Equalls(str
622622--ok-passed--
623623{{ else-if }}
624624--error-failed--
625- {{ if-end:Balance }}"
625+ {{ if-end:StudentName }}"
626626 } ;
627627 string generatedTemplate = TemplateMapper . Map ( student , template ) ;
628628 string expectedResult = ( studentName == "John Doe" ) ? "\r \n \r \n --ok-passed--\r \n " : "\r \n \r \n --error-failed--\r \n " ;
You can’t perform that action at this time.
0 commit comments