-
The junit.org site links to junit4.3.1 and the release notes on SourceForge does not include a download link at all.
2007-07-23 09:57:52 UTC in JUnit
-
npryce committed revision 121 to the X-Specs SVN repository, changing 3 files.
2007-03-12 09:30:15 UTC in X-Specs
-
npryce committed revision 120 to the X-Specs SVN repository, changing 2 files.
2007-03-12 09:15:42 UTC in X-Specs
-
npryce committed revision 119 to the X-Specs SVN repository, changing 1 files.
2007-03-05 14:02:53 UTC in X-Specs
-
npryce committed revision 118 to the X-Specs SVN repository, changing 4 files.
2007-03-05 13:18:52 UTC in X-Specs
-
Actually, I've found that it *does* check unless a different Runner is specified with the @RunWith annotation, which makes sense (I guess).
Except...
I have extended TestClassMethodsRunner and overridden just createMethodRunner to return a subclass of TestMethodRunner that overrides executeMethodBody to call super.executeMethodBody. So the behaviour *should* be exactly the same. But now...
2007-02-05 08:45:52 UTC in JUnit
-
JUnit 4 cannot invoke before, after or test methods if they are not public. However, it does not report this in a very convenient way.
It should either (a) check beforehand if the method is public, or (b) turn off visibility checking in the Method object before invoking the method to allow it to invoke non-public methods.
I think option (b) is preferable.
2007-02-04 09:08:43 UTC in JUnit
-
npryce committed revision 117 to the X-Specs SVN repository, changing 7 files.
2006-12-27 14:02:44 UTC in X-Specs
-
npryce committed revision 116 to the X-Specs SVN repository, changing 1 files.
2006-12-26 15:32:57 UTC in X-Specs
-
npryce committed revision 115 to the X-Specs SVN repository, changing 3 files.
2006-12-26 13:45:35 UTC in X-Specs