Of course... thanks :)
Peter
On Wed, Jul 1, 2015 at 6:44 PM, Camille wrote:
>
> > On 01 Jul 2015, at 18:24, Peter Uhnák wrote:
> >
> > Is it possible to skip whole class from testing?
> > I could do "self skip" for individual methods, but the problems arise
> even in setUp so I would like to s
> On 01 Jul 2015, at 18:24, Peter Uhnák wrote:
>
> Is it possible to skip whole class from testing?
> I could do "self skip" for individual methods, but the problems arise even in
> setUp so I would like to stop the whole class from being tested. Is that
> possbile?
Yes it is: put a “self ski
Is it possible to skip whole class from testing?
I could do "self skip" for individual methods, but the problems arise even
in setUp so I would like to stop the whole class from being tested. Is that
possbile?
Thanks,
Peter