christophsturm
09/27/2022, 5:14 PMMervyn McCreight
09/27/2022, 8:55 PMchristophsturm
09/27/2022, 10:02 PMskip
or ignore
inside the test, possibly as first command. that would then throw a SkipException
and report the test as skipped. I think I like that option even better. (and interestingly in that context disable
would not make much sense). that has the downside that a test where you just add skip
at the end would still count as skipped even if it does test things. but maybe thats a good thing, maybe you could mark unfinished tests that way.ignore=Ignore.Because("this test sucks")