org.opensubsystems.blog.logic
Class BlogControllerTest

java.lang.Object
  extended by org.opensubsystems.blog.logic.BlogControllerTest

public final class BlogControllerTest
extends java.lang.Object

Test for BlogController interface implementation class.

Version:
$Id: BlogControllerTest.java,v 1.5 2007/02/01 07:34:36 bastafidli Exp $
Author:
Julian Legeny
Code reviewer:
TODO: Review this code
Code reviewed:

Nested Class Summary
static class BlogControllerTest.BlogControllerTestInternal
          Internal class which can be included in other test suites directly without including the above suite.
 
Method Summary
static junit.framework.Test suite()
          Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

suite

public static junit.framework.Test suite()
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us

Returns:
Test - suite of tests to run for this database


Copyright © 2003 - 2007 OpenSubsystems s.r.o.