views:

242

answers:

2

What would be the closest resemblance?

+1  A: 

I know JMock is very similar to RhinoMocks.

jjnguy
+3  A: 

You could also try EasyMock. RhinoMocks was built off the EasyMock.NET engine, so there are a lot of similarities.

Jess
From RhinoMock site:It's a hybrid approach between the pure Record/Replay of EasyMock.Net's model and NMock's expectation based model. Rhino.Mocks originated from EasyMock.Net...
Sergey Aldoukhov