
Define AListObjects objects

Actual result:   *

Actual result:   new ConsStrings(nowhere,
	new ConsStrings(here,
	*))

Actual result:   new ConsStrings(how now my,
	new ConsStrings(now where,
	new ConsStrings(brown cow,
	new ConsStrings(cowardly lion,
	new ConsStrings(lower than,
	*)))))


Testing the method count()

Expected result: 0

Actual result:   0

Expected result: 2

Actual result:   2

Expected result: 5

Actual result:   5


Test map from String to replace 'w' with 'x'


Actual result:   new ConsStrings(hox nox my,
	new ConsStrings(nox xhere,
	new ConsStrings(broxn cox,
	new ConsStrings(coxardly lion,
	new ConsStrings(loxer than,
	*)))))


Test mapString2Bool: s of length <9 


Actual result:   new ConsBool(true,
	new ConsBool(false,
	new ConsBool(false,
	new ConsBool(true,
	new ConsBool(true,
	*)))))


Test orMapString: s of length >9 


Expected result: true

Actual result:   true


Test orMapString of String-s of length >9 


Expected result: false

Actual result:   false


Test andMap of String-s of length <5

Expected result: true

Actual result:   true

