| java.lang.Object org.opensubsystems.blog.BlogTests
BlogTests | public class BlogTests (Code) | | Test for classes working with blogs and belonging entries.
version: $Id: BlogTests.java,v 1.3 2007/02/01 07:32:05 bastafidli Exp $ author: Julian Legeny |
Method Summary | |
public static void | addGenericTests(TestSuite suite) Add all generic database tests to given suite. | public static Test | suite() Create suite of all question tests. |
BlogTests | protected BlogTests()(Code) | | Protected constructor since this class cannot be instantiated directly
|
addGenericTests | public static void addGenericTests(TestSuite suite)(Code) | | Add all generic database tests to given suite.
Parameters: suite - - suite of tests to run |
suite | public static Test suite()(Code) | | Create suite of all question tests.
Test - suite of tests to run |
|
|