I have these classes:
public static class UnitOfWorkSS { public static IUnitOfWork Begin() { return IoC.Resolve(); } } public clas
As far as I know, you cannot mock static classes or methods.