[P-unit-devel] SF.net SVN: p-unit: [10] trunk/punit/src/org/punit/type/TestSuite.java
Status: Beta
Brought to you by:
zhanghuangzhu
|
From: <zha...@us...> - 2007-05-09 20:09:14
|
Revision: 10
http://p-unit.svn.sourceforge.net/p-unit/?rev=10&view=rev
Author: zhanghuangzhu
Date: 2007-05-09 13:09:16 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Andrew Zhang: defined TestSuite interface.
Added Paths:
-----------
trunk/punit/src/org/punit/type/TestSuite.java
Added: trunk/punit/src/org/punit/type/TestSuite.java
===================================================================
--- trunk/punit/src/org/punit/type/TestSuite.java (rev 0)
+++ trunk/punit/src/org/punit/type/TestSuite.java 2007-05-09 20:09:16 UTC (rev 10)
@@ -0,0 +1,5 @@
+package org.punit.type;
+
+public interface TestSuite {
+ public Class[] suite();
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|