C# Class AjErl.Tests.Language.ListTests

Mostrar archivo Open project: ajlopez/AjErl

Private Methods

Method Description
CreateSimpleList ( ) : void
Equals ( ) : void
FirstVariable ( ) : void
FirstVariableInTail ( ) : void
MakeSimpleList ( ) : void
MakeSimpleListWithBooleans ( ) : void
MakeSimpleListWithTail ( ) : void
MakeSimpleListWithVariableAsTail ( ) : void
MatchHeadAndTailWithVariables ( ) : void
MatchSameList ( ) : void
MatchTwoLists ( ) : void
MatchTwoListsWithThreeElements ( ) : void
MatchWithAVariable ( ) : void
NoMatchNullList ( ) : void
NoMatchTwoListsWithDifferentLength ( ) : void
NoMatchWithDifferentHeads ( ) : void
NoMatchWithDifferentTails ( ) : void
NoVariable ( ) : void
SimpleListToString ( ) : void
SimpleListWithTwoElementsAndTailToString ( ) : void
SimpleListWithTwoElementsToString ( ) : void