org.productivity.java.habitat4j.junit
Class ApplicationGforBootstrapTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.productivity.java.habitat4j.junit.ApplicationGforBootstrapTestCase
All Implemented Interfaces:
junit.framework.Test

public class ApplicationGforBootstrapTestCase
extends junit.framework.TestCase

Habitat4J Test Case for Application G for Bootstrap

Note: server-identity.xml must be present in c:\ or c:\projects or d:\ or d:\projects, and the following pragma definition available, corresponding to workspace:

<pragma name="habitat4jWorkspaceDir">E:\eclipse\workspaces\habitat4j-v1</pragma>

## LICENSE INFORMATION ##

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Version:
$Id: ApplicationGforBootstrapTestCase.html,v 1.2 2008/11/24 15:15:07 cvs Exp $
Author:
Justin Yunke <habitat4j@productivity.org>

Field Summary
static java.lang.String[] TEST_LIST
           
 
Constructor Summary
ApplicationGforBootstrapTestCase(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testReload()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST_LIST

public static final java.lang.String[] TEST_LIST
Constructor Detail

ApplicationGforBootstrapTestCase

public ApplicationGforBootstrapTestCase(java.lang.String arg0)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testReload

public void testReload()