Ivonna 2.0.3 is out
Saturday, November 07, 2009 5:14:25 PM
Just to catch up with the TypeMock Isolator development. I should have released this weeks ago, but.. no, really no excuse here.
The only improvement is adding the TestSession.SetUser method. Before that, you had to write something like
session.User = new GenericPrincipal(...)
Now:
session.SetUser("ulu", "admin");
Enjoy!