Hi David! I meant to second your statement # Got it. So we seem in agreement that excluded categories may be # useful, but a "broken" category is not the
Hi Marcelo, What is the problem you are facing? Only access to Swing components needs to be done in the EDT, not the whole test. If you cannot use FEST, simply
Hello All! I'm using JUnit 4.5 and I'm facing a problem with the EDT. I'm wondering if there is an easy way to create a custom Runner that will run my UI tests
All, HEAD on github has two enhancements to the original category proposal: any class can be a category marker, and categories can be excluded from suites.
Hello! you can also use Runtime.getRuntime().registerShutdownHook(...) to register a shutdown-hook that is run after junit is done. But I don't hink you can