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