I\'m having problems returning a Session value set from mocking using Moq. Using the following
public class TestHelpers { public long sessionValue = -1; pu
Moq's Setup methods do not work with indexed properties that have string indexes. See here: How to MOQ an Indexed property
Setup