Is it possible to mock a static method using Rhino.Mocks? If Rhino does not support this, is there a pattern or something which would let me accomplish the same?
Wrap the static method call in a virtual instance method in another class, then mock that out.