CVS: junit/src/org/junit/internal/runners TestClass.java, 1.1, 1.2
David Saff <[email protected]> Thu, 22 Mar 2007 10:47:54 -0700
| Newsgroups | gmane.comp.java.junit.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/junit/junit/src/org/junit/internal/runners
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27494/src/org/junit/internal/runners
Modified Files:
TestClass.java
Log Message:
@Ignore javadoc
Fix TestClass method visibility
Update build.xml to produce snapshots
Index: TestClass.java
===================================================================
RCS file: /cvsroot/junit/junit/src/org/junit/internal/runners/TestClass.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- TestClass.java 20 Mar 2007 14:43:50 -0000 1.1
+++ TestClass.java 22 Mar 2007 17:47:52 -0000 1.2
@@ -23,11 +23,11 @@
return getAnnotatedMethods(Test.class);
}
- public List<Method> getBefores() {
+ List<Method> getBefores() {
return getAnnotatedMethods(BeforeClass.class);
}
- public List<Method> getAfters() {
+ List<Method> getAfters() {
return getAnnotatedMethods(AfterClass.class);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV