gnu.beanfactory
Class BeanContextTestCase

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

public class BeanContextTestCase
extends junit.framework.TestCase

JUnit Test Case


Field Summary
static java.lang.String STATIC_BEAN_URL
           
static java.lang.String TRANSIENT_BEAN_URL
           
 
Constructor Summary
BeanContextTestCase(java.lang.String s)
           
 
Method Summary
 void testAnonymousInstance()
           
 void testBeanFactory()
           
 void testBindScope()
           
 void testDefinitionLoader()
           
 void testExists()
           
 void testInvalidBean()
           
 void testLookup()
           
 void testResolve()
           
 void testSingleton()
           
 
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
 

Field Detail

STATIC_BEAN_URL

public static final java.lang.String STATIC_BEAN_URL

TRANSIENT_BEAN_URL

public static final java.lang.String TRANSIENT_BEAN_URL
Constructor Detail

BeanContextTestCase

public BeanContextTestCase(java.lang.String s)
Method Detail

testSingleton

public void testSingleton()
                   throws java.lang.Exception

testInvalidBean

public void testInvalidBean()
                     throws java.lang.Exception

testBindScope

public void testBindScope()
                   throws java.lang.Exception

testDefinitionLoader

public void testDefinitionLoader()
                          throws java.lang.Exception

testAnonymousInstance

public void testAnonymousInstance()
                           throws java.lang.Exception

testBeanFactory

public void testBeanFactory()
                     throws java.lang.Exception

testLookup

public void testLookup()
                throws java.lang.Exception

testExists

public void testExists()
                throws java.lang.Exception

testResolve

public void testResolve()
                 throws java.lang.Exception