hi I have a the following method: string MyMethod(string input); I would like to stub MyMethod that it will return the input parameter. For example: for "ABC" the stub method will return "ABC"
how do I do that? -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
