CVS: junit/src/org/junit/internal/requests ClassRequest.java, 1.4, 1.5
David Saff <[email protected]>
| Newsgroups | gmane.comp.java.junit.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/junit/junit/src/org/junit/internal/requests
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10311/src/org/junit/internal/requests
Modified Files:
ClassRequest.java
Log Message:
Test handling of private suite() methods
Index: ClassRequest.java
===================================================================
RCS file: /cvsroot/junit/junit/src/org/junit/internal/requests/ClassRequest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ClassRequest.java 21 Feb 2007 17:12:37 -0000 1.4
+++ ClassRequest.java 21 Feb 2007 18:24:11 -0000 1.5
@@ -56,7 +56,7 @@
}
}
- private boolean hasSuiteMethod() {
+ public boolean hasSuiteMethod() {
// TODO: check all attributes
try {
fTestClass.getMethod("suite");
-------------------------------------------------------------------------
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