return Meth2() + 1;
}
public abstract int Meth2();
}
I want to stub the Meth2 method and test for the result of Meth1.
Thanks,
Izik Shmulewitz
p.s.
sorry about the double post had some wrong clicks on the keyboard (Tab
and then space posted it.... :))