I would like to stub a method with the following signature:
Product[] GetAllActive(Expression<Func<Product, bool>> predicate, bool asNoTracking = true, params Expression<Func<Product, object>>[] navigationProperties);
I’m using Rhino Mocks, any ideas
Thanks
This one worked for me :