alexkrapf
alexkrapf
Hi Vladimir, Thank you so much for all the work you’re doing. It’s a daunting task to try to learn your entire framework, so I don’t know if I can...
I usually try to stay on older language levels for a while. In my project I just transitioned to Java 9 to use module features but I have stayed away...
I have the same requirement where I am testing configuration APIs that have global side effects. It would be great to have the option to always start a test case...
Addendum to previous post: [TearDown] for a global Reset() method would of course work too. but I don't want to have a global Reset() method and do unit test-specific cleanup...
I think I tried almost that with no space before the attribute (and many other combinations), but not exactly that… Thanks! -Alex > On Feb 6, 2023, at 8:10 AM,...