Now you are just being silly!

You cannot stub and abstract class, it's abstract!

What you have to do is create a sub-class

class MyClass : AbstractClass
{
  override public bool MyPeoprty { get;set; }
}




On Nov 30, 9:01 am, hagai cohen <[email protected]> wrote:
> sample:
> abstract bool MyPeoprty
> {
>       get;
>       set;
>
> }
>
> I would like to stub it with Rhino.
> anyone ?
>
> hagai

-- 
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.

Reply via email to