org.apache.avalon.excalibur.testcase.test
Class ComponentTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.avalon.excalibur.testcase.test.ComponentTestCase
All Implemented Interfaces:
junit.framework.Test

Deprecated. ECM is no longer supported

public final class ComponentTestCase
extends junit.framework.TestCase

This class provides basic facilities for enforcing Avalon's contracts within your own code.

Version:
CVS $Revision: 1.1 $ $Date: 2004/03/17 13:22:38 $
Author:
Avalon Development Team

Constructor Summary
ComponentTestCase(java.lang.String test)
          Deprecated.  
 
Method Summary
 void testCorrectLifecycle()
          Deprecated.  
 void testDoubleAssignOfConfiguration()
          Deprecated.  
 void testDoubleAssignOfContext()
          Deprecated.  
 void testDoubleAssignOfLogger()
          Deprecated.  
 void testDoubleAssignOfParameters()
          Deprecated.  
 void testMissingLogger()
          Deprecated.  
 void testOutOfOrderDispose()
          Deprecated.  
 void testOutOfOrderInitialize()
          Deprecated.  
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentTestCase

public ComponentTestCase(java.lang.String test)
Deprecated. 
Method Detail

testCorrectLifecycle

public void testCorrectLifecycle()
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testMissingLogger

public void testMissingLogger()
                       throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testOutOfOrderInitialize

public void testOutOfOrderInitialize()
                              throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testOutOfOrderDispose

public void testOutOfOrderDispose()
                           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDoubleAssignOfLogger

public void testDoubleAssignOfLogger()
Deprecated. 

testDoubleAssignOfContext

public void testDoubleAssignOfContext()
Deprecated. 

testDoubleAssignOfParameters

public void testDoubleAssignOfParameters()
                                  throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDoubleAssignOfConfiguration

public void testDoubleAssignOfConfiguration()
                                     throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception


Copyright © 1997-2007 The Apache Software Foundation. All Rights Reserved.