Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.1
-
Fix Version/s: FEST-Swing 1.2a1
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
From Eitan:
I tried to use the FestSwingJUnitTestCase when i try to run a simple test, I get an exception. JUnit appears to be complaining that:
@BeforeClass public final void setUpOnce() { FailOnThreadViolationRepaintManager.install(); }
should be marked static.