2 * Created on Jul 31, 2004
4 * To change the template for this generated file go to
5 * Window>Preferences>Java>Code Generation>Code and Comments
7 package net.sourceforge.phpeclipse.phpunit;
9 import java.util.Vector;
12 * @author Ali Echihabi
14 * To change the template for this generated type comment go to
15 * Window>Preferences>Java>Code Generation>Code and Comments
17 public class TestSuite {
19 private Vector testCases;
23 public void addTestCase(TestCase test) {
27 public void removeTestCase(TestCase test) {}
29 public boolean contains(TestCase test) {