I have the following unit test:
string MtrlCode = \"0\"; Assessment target = new Assessment(MtrlCode); List EdgeCaseSymbolCodes = new List<
I am also faced(ing) the same problem. As a work around you can check the count of the list, and do a for each and check for contains.