gnu.beanfactory
Class ScopeTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--gnu.beanfactory.ScopeTestCase
All Implemented Interfaces:
junit.framework.Test

public class ScopeTestCase
extends junit.framework.TestCase

JUnit Test Case


Constructor Summary
ScopeTestCase(java.lang.String name)
           
 
Method Summary
 void testAnonymousInstance()
           
 void testStatic()
           
 void testThreadIdentity()
           
 void testThreadRebind()
           
 void testThreadUnbound()
           
 void testTransient()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

ScopeTestCase

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

testAnonymousInstance

public void testAnonymousInstance()
                           throws BeanFactoryException

testTransient

public void testTransient()
                   throws BeanFactoryException

testStatic

public void testStatic()
                throws BeanFactoryException

testThreadUnbound

public void testThreadUnbound()
                       throws BeanFactoryException

testThreadIdentity

public void testThreadIdentity()
                        throws BeanFactoryException

testThreadRebind

public void testThreadRebind()
                      throws BeanFactoryException