Unit testing when accessing the config entries
Hey there,
I need to unit test a few of my classes...problem is in the context of a TestProject\TestMethod calls the the config entry (Config.Get<type>) are throwing Object Ref errors....run the same code in the context of the webapp and it works fine.
What's best prac here?
Steve