Brandon Heck

Results 6 comments of Brandon Heck

I ran into this issue with an Eclipse-generated serialVersionUID as well. I compared the `serialver` generated UID with the UID that Eclipse generated and they are the same. I used...

I agree that running tests in the enclosing class is a bit out-of-scope for the intention of the enclosed runner, but I do feel that the enclosed runner should be...

I'm not sure what I am doing wrong in my actual tests, but I distilled my case into a simple case and it seems to work for everything except @Before...

Yeah, sorry I'm also kind of jumping around. @BeforeClass and @AfterClass work, but it would be nice to have @Before and @After work as well.

I would expect a @Before or @After method in the enclosing class to function as if it were in every enclosed class, the would be run before/after each test in...