Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.test
Class AuditedExtensionTest  view AuditedExtensionTest download AuditedExtensionTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.RuntimeCollective.webapps.RuntimeTestCase
              extended bycom.RuntimeCollective.webapps.test.WebappsTestCase
                  extended bycom.RuntimeCollective.webapps.test.AuditedExtensionTest
All Implemented Interfaces:
junit.framework.Test

public class AuditedExtensionTest
extends WebappsTestCase

Test class for AuditedExtension. $Id: AuditedExtensionTest.java,v 1.3 2003/09/30 15:13:19 joe Exp $


Field Summary
 
Fields inherited from class com.RuntimeCollective.webapps.test.WebappsTestCase
DEFAULT_STORE_CLASS
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
AuditedExtensionTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
          This has been copied over from the theseus test cases, and will be updated to use the RuntimeTestCase init routines shortly
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void testAuditedExtension()
           
 
Methods inherited from class com.RuntimeCollective.webapps.test.WebappsTestCase
checkBeanStore, getBeanNames, getNameId, getStoreClassForBeanName, initialiseBeanStore, initMailSession, initUserGroups, printBeanStoreClasses, registerBeanClass, registerBeanClass, resetBeanRegister, testCheckEntityBeanStoreValid
 
Methods inherited from class com.RuntimeCollective.webapps.RuntimeTestCase
LogTestSection, main, setupRuntime
 
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
 

Constructor Detail

AuditedExtensionTest

public AuditedExtensionTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
Description copied from class: WebappsTestCase
This has been copied over from the theseus test cases, and will be updated to use the RuntimeTestCase init routines shortly

Overrides:
setUp in class WebappsTestCase

tearDown

protected void tearDown()
Description copied from class: junit.framework.TestCase
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides:
tearDown in class WebappsTestCase

testAuditedExtension

public void testAuditedExtension()